Page 1 of 1

Storing meta-data information in DXF files.

Posted: Tue Dec 10, 2013 5:02 pm
by bulotschkin
Is it possible to store "meta-data" info in dxf file ?

For example, in my app each "Line" segment is described via "DL_LineData" and via "Meta_Data" structures.
Meta_Data structure contains some specified info, used by app, for this "Line" segment.

How can I save it to dxf ? (and read accordingly)

Re: Storing meta-data information in DXF files.

Posted: Tue Dec 10, 2013 5:13 pm
by andrew
No, dxflib does not support storing / reading object metadata (XData) at this point.

Global meta data (XRecord) is supported through
DL_Dxf::writeXRecord();