Message 1 of 6
DXF import problem - 3DSOLID

Not applicable
09-22-2016
12:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
We are working on an interface to import DXF files in an external application. Our problem is that the command 3DSOLID is ill-documented. When we want to open files which contain the 3DSOLID command, we therefore do not know how to interpret it. For example, one of the files using which we are testing the interface contains the lines
3DSOLID
5
220
330
1F
100
AcDbEntity
8
0
100
AcDbModelerGeometry
290
1
2
{EA2CF9A8-BA88-426F-AAD0-6234A9F5DBA4}
100
AcDb3dSolid
350
0
1001
ACAD_STEPID
1071
1
0
What should we do with that? Is {EA2CF9A8-BA88-426F-AAD0-6234A9F5DBA4} some sort of key which we would have to look up in a database? If so, how could we access that database?