I was scanning thru a DXF, and noticed the custom info embedded inside. I wrote some code to parse each entity in the drawing, and got some XData off of it, but still not the specific info I had seen/wanted in the DXF. It is in an XRecord, and im not sure which one.
How do I find which dictionary the XRecord belongs to?
below is a snippet from one of the DXF files - maybe it is of some use: (notice the path name ...)
'----------- snip-------------
0
XRECORD
5
2507
102
{ACAD_REACTORS
330
2506
102
}
330
2506
100
AcDbXrecord
280
1
0
1
AFFA258831024169922
1
C:\Jobs\test_project
'------------ snip ---------------
any takers ?
How do I find which dictionary the XRecord belongs to?
below is a snippet from one of the DXF files - maybe it is of some use: (notice the path name ...)
'----------- snip-------------
0
XRECORD
5
2507
102
{ACAD_REACTORS
330
2506
102
}
330
2506
100
AcDbXrecord
280
1
0
1
AFFA258831024169922
1
C:\Jobs\test_project
'------------ snip ---------------
any takers ?