libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of an AutoCAD rastervariables object (RASTERVARIABLES
).
More...
#include <rastervariables.h>
Data Fields | |
int | id_code |
char * | dictionary_owner_soft |
char * | dictionary_owner_hard |
int | display_image_frame |
int | display_quality |
int | units |
int32_t | class_version |
struct DxfRasterVariables * | next |
DXF definition of an AutoCAD rastervariables object (RASTERVARIABLES
).
Definition at line 59 of file rastervariables.h.
Identification number for the entity.
This is to be an unique (sequential) number in the DXF file.
Group code = 5.
Definition at line 64 of file rastervariables.h.
Referenced by dxf_rastervariables_get_id_code(), dxf_rastervariables_init(), dxf_rastervariables_read(), dxf_rastervariables_set_id_code(), and dxf_rastervariables_write().
Soft-pointer ID/handle to owner dictionary (optional).
Group code = 330.
Definition at line 69 of file rastervariables.h.
Referenced by dxf_rastervariables_free(), dxf_rastervariables_get_dictionary_owner_soft(), dxf_rastervariables_init(), dxf_rastervariables_read(), dxf_rastervariables_set_dictionary_owner_soft(), and dxf_rastervariables_write().
Hard owner ID/handle to owner dictionary (optional).
Group code = 360.
Definition at line 72 of file rastervariables.h.
Referenced by dxf_rastervariables_free(), dxf_rastervariables_get_dictionary_owner_hard(), dxf_rastervariables_init(), dxf_rastervariables_read(), dxf_rastervariables_set_dictionary_owner_hard(), and dxf_rastervariables_write().
Display-image-frame flag.
Group code = 70.
Definition at line 76 of file rastervariables.h.
Referenced by dxf_rastervariables_get_display_image_frame(), dxf_rastervariables_init(), dxf_rastervariables_read(), dxf_rastervariables_set_display_image_frame(), and dxf_rastervariables_write().
Image display quality (screen only).
Group code = 71.
Definition at line 83 of file rastervariables.h.
Referenced by dxf_rastervariables_get_display_quality(), dxf_rastervariables_init(), dxf_rastervariables_read(), dxf_rastervariables_set_display_quality(), and dxf_rastervariables_write().
AutoCAD units for inserting images.
This is what one AutoCAD unit is equal to for the purpose of inserting and scaling images with an associated resolution.
Group code = 72.
Definition at line 90 of file rastervariables.h.
Referenced by dxf_rastervariables_get_units(), dxf_rastervariables_init(), dxf_rastervariables_read(), dxf_rastervariables_set_units(), and dxf_rastervariables_write().
Class version.
0 = R14 version.
Group code = 90.
Definition at line 107 of file rastervariables.h.
Referenced by dxf_rastervariables_get_class_version(), dxf_rastervariables_init(), dxf_rastervariables_read(), dxf_rastervariables_set_class_version(), and dxf_rastervariables_write().
Pointer to the next DxfRasterVariables.
NULL
in the last DxfRasterVariables.
Definition at line 110 of file rastervariables.h.
Referenced by dxf_rastervariables_free(), dxf_rastervariables_free_chain(), dxf_rastervariables_get_last(), dxf_rastervariables_get_next(), dxf_rastervariables_init(), and dxf_rastervariables_set_next().