wrapper for DXF Insert object More...
#include <gg_dxf.h>
Data Fields | |
char * | block_id |
pointer to Block ID string | |
double | x |
X coordinate. | |
double | y |
Y coordinate. | |
double | z |
Z coordinate. | |
double | scale_x |
X scale factor. | |
double | scale_y |
Y scale factor. | |
double | scale_z |
Z scale factor. | |
double | angle |
rotation angle | |
int | hasText |
boolean flag: contains Text objects | |
int | hasPoint |
boolean flag: contains Point objects | |
int | hasLine |
boolean flag: contains Polyline (Linestring) objects | |
int | hasPolyg |
boolean flag: contains Polyline (Polygon) objects | |
int | hasHatch |
boolean flag: contains Hatch objects | |
int | is3Dtext |
boolean flag: contains 3d Text objects | |
int | is3Dpoint |
boolean flag: contains 3d Point objects | |
int | is3Dline |
boolean flag: contains 3d Polyline (Linestring) objects | |
int | is3Dpolyg |
boolean flag: contains 3d Polyline (Polygon) objects | |
gaiaDxfExtraAttrPtr | first |
pointer to first Extra Attribute [linked list] | |
gaiaDxfExtraAttrPtr | last |
pointer to last Extra Attribute [linked list] | |
struct gaia_dxf_insert * | next |
pointer to next item [linked list] | |
wrapper for DXF Insert object