DXF length limitations

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
Eliseo
Posts: 7
Joined: 26 Nov 2008, 10:52

DXF length limitations

Post by Eliseo » 28 Jun 2012, 12:49

Hello

Is there any limitation in the number of vertex or the number of faces when you try to export a mesh at DXF format?

Thanks

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: DXF length limitations

Post by support » 28 Jun 2012, 17:28

Hello.
Generally there are no such restrictions in CAD Export VCL. We have tested export of Polyface mesh object that includes 14485 vertexes and 20160 edges. The object was imported from AutoCAD DWG (793 KB), can be found on AutoDesk forums. The export result was correct.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Eliseo
Posts: 7
Joined: 26 Nov 2008, 10:52

Re: DXF length limitations

Post by Eliseo » 29 Jun 2012, 14:40

Hello Alexander,

I'm not asking about limitations at CAD Export VCL, it is about limitations at DXF especifications.

I exported three meshes with a lot of triangles (more than 100.000). Neither Rhino nor Autocad imports correctly this DXF file.

I have been doing some tests from Rhino trying to export those meshes with a lot of triangles and when Rhino reaches at a certain quantity of triangles (or faces) it exports the mesh into 2 meshes. Why is Rhino doing that? Why my exported DXF is not being correctly imported when the amount of triangles or faces is big?

Thanks

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: DXF length limitations

Post by support » 29 Jun 2012, 15:21

Hello.
There is a known issue about AutoCAD's Polyface mesh vertices limit. Take a look at this page:
http://www.deelip.com/?p=14

The issue is common for other CAD software, so I think Rhino demonstrates the same problem.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply