![]() |
NDEVR
API Documentation
|
Stores extended data (XData) that can be written out as part of a DXF entity, using a custom write function. More...
Public Attributes | |
| std::function< void(DXFWriter &dxf)> | write_function |
| The function that writes the XData content. | |
| Public Attributes inherited from HandleData | |
| uint04 | file_line_number = Constant<uint04>::Invalid |
| The line number in the source file. | |
| uint04 | handle = Constant<uint04>::Invalid |
| The handle of this object. | |
| uint04 | parent_handle = Constant<uint04>::Invalid |
| The handle of the parent object. | |
Stores extended data (XData) that can be written out as part of a DXF entity, using a custom write function.
Definition at line 51 of file DXFWriter.h.