MESH entity in dxf form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Re-posting here from the general Autocad forum...
I'm having a hell of a time with the dxf format for a MESH entity. I'm probably making a stupid mistake...
I have no problem generating a valid Polyface Mesh dxf entity that imports nicely into Autocad, but the limits of that entity are annoying, so I've tried to create the same geometry using MESH entities. But the dxf file refuses to import. It usually gets tripped up after the 100. "AcDbSubDMesh" line.
The error is something like "Undefined group code 71 for object on line 12."
I've gone as far as to export a dxf file of a single mesh from Autocad, copy and paste the entity data directly into a new dxf file, and try to re-import, and it doesn't take.
The exact same dxf codes work fine when creating the mesh using ENTMAKE.
What am I missing? Is the 330 code not optional for this entity in a dxf file?