libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of an AutoCAD binary graphics data object. More...
#include <binary_graphics_data.h>
Data Fields | |
char * | data_line |
int | length |
struct DxfBinaryGraphicsData * | next |
DXF definition of an AutoCAD binary graphics data object.
Definition at line 50 of file binary_graphics_data.h.
Binary graphics data.
Multiple lines of 256 characters maximum per line (optional).
Group code = 310.
Definition at line 54 of file binary_graphics_data.h.
Referenced by dxf_3dface_read(), dxf_3dline_read(), dxf_3dsolid_read(), dxf_acad_proxy_entity_read(), dxf_binary_graphics_data_free(), dxf_binary_graphics_data_get_data_line(), dxf_binary_graphics_data_set_data_line(), dxf_binary_graphics_data_write(), dxf_hatch_write(), dxf_helix_read(), dxf_helix_write(), dxf_line_read(), dxf_seqend_read(), dxf_shape_read(), dxf_solid_read(), dxf_spline_read(), and dxf_spline_write().
Length of the data_line member.
Definition at line 59 of file binary_graphics_data.h.
Referenced by dxf_binary_graphics_data_get_length(), and dxf_binary_graphics_data_set_length().
Pointer to the next DxfBinaryGraphicsData.
NULL
if the last DxfBinaryGraphicsData.
Definition at line 60 of file binary_graphics_data.h.
Referenced by dxf_3dface_read(), dxf_3dline_read(), dxf_3dsolid_read(), dxf_acad_proxy_entity_read(), dxf_binary_graphics_data_free(), dxf_binary_graphics_data_free_chain(), dxf_binary_graphics_data_get_last(), dxf_binary_graphics_data_get_next(), dxf_binary_graphics_data_set_next(), dxf_helix_read(), dxf_line_read(), dxf_seqend_read(), dxf_shape_read(), dxf_solid_read(), and dxf_spline_read().