libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of an AutoCAD sequence end entity (SEQEND
).
More...
#include <seqend.h>
Data Fields | |
int | id_code |
char * | linetype |
char * | layer |
double | elevation |
double | thickness |
double | linetype_scale |
int16_t | visibility |
int | color |
int | paperspace |
int | graphics_data_size |
int16_t | shadow_mode |
DxfBinaryGraphicsData * | binary_graphics_data |
char * | dictionary_owner_soft |
char * | material |
char * | dictionary_owner_hard |
int16_t | lineweight |
char * | plot_style_name |
long | color_value |
char * | color_name |
long | transparency |
char * | app_name |
Identification number for the entity.
This is to be an unique (sequential) number in the DXF file.
Group code = 5.
Definition at line 63 of file seqend.h.
Referenced by dxf_donut_write(), dxf_seqend_get_id_code(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_id_code(), and dxf_seqend_write().
The linetype of the entity.
Defaults to BYLAYER
if ommitted in the DXF file.
Group code = 6.
Definition at line 68 of file seqend.h.
Referenced by dxf_donut_write(), dxf_seqend_free(), dxf_seqend_get_linetype(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_linetype(), and dxf_seqend_write().
char* dxf_seqend_struct::layer |
Layer on which the entity is drawn.
Defaults to layer "0" if no valid layername is given.
Group code = 8.
Definition at line 72 of file seqend.h.
Referenced by dxf_donut_write(), dxf_seqend_free(), dxf_seqend_get_layer(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_layer(), and dxf_seqend_write().
double dxf_seqend_struct::elevation |
Elevation of the entity in the local Z-direction.
Defaults to 0.0 if omitted in the DXF file, or prior to DXF version R12, or DXF_FLATLAND equals 0 (default).
Group code = 38.
Definition at line 76 of file seqend.h.
Referenced by dxf_seqend_get_elevation(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_elevation(), and dxf_seqend_write().
double dxf_seqend_struct::thickness |
Thickness of the entity in the local Z-direction.
Defaults to 0.0 if ommitted in the DXF file.
Group code = 39.
Definition at line 82 of file seqend.h.
Referenced by dxf_seqend_get_thickness(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_thickness(), and dxf_seqend_write().
Linetype scale (optional).
Group code = 48.
Definition at line 86 of file seqend.h.
Referenced by dxf_seqend_get_linetype_scale(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_linetype_scale(), and dxf_seqend_write().
int16_t dxf_seqend_struct::visibility |
Object visibility (optional):
Group code = 60.
Definition at line 90 of file seqend.h.
Referenced by dxf_seqend_get_visibility(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_visibility(), and dxf_seqend_write().
Color of the entity.
Defaults to BYLAYER
if ommitted in the DXF file.
Note that entities encapsulated in a block with the color BYBLOCK
are represented in the "native" color of the BLOCK
entity.
Group code = 62.
Definition at line 98 of file seqend.h.
Referenced by dxf_seqend_get_color(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_color(), and dxf_seqend_write().
Entities are to be drawn on either PAPERSPACE
or MODELSPACE
.
Optional, defaults to DXF_MODELSPACE
(0).
Group code = 67.
Definition at line 105 of file seqend.h.
Referenced by dxf_seqend_get_paperspace(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_paperspace(), and dxf_seqend_write().
Number of bytes in the proxy entity graphics represented in the sub-sequent 310 groups, which are binary chunk records (optional).
Group code = 92.
Definition at line 111 of file seqend.h.
Referenced by dxf_seqend_get_graphics_data_size(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_graphics_data_size(), and dxf_seqend_write().
int16_t dxf_seqend_struct::shadow_mode |
Shadow mode:
Group code = 284.
Definition at line 120 of file seqend.h.
Referenced by dxf_seqend_get_shadow_mode(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_shadow_mode(), and dxf_seqend_write().
Proxy entity graphics data.
Multiple lines of 256 characters maximum per line (optional).
Group code = 310.
Definition at line 130 of file seqend.h.
Referenced by dxf_seqend_free(), dxf_seqend_get_binary_graphics_data(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_binary_graphics_data(), and dxf_seqend_write().
Soft-pointer ID/handle to owner dictionary (optional).
Group code = 330.
Definition at line 136 of file seqend.h.
Referenced by dxf_seqend_free(), dxf_seqend_get_dictionary_owner_soft(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_dictionary_owner_soft(), and dxf_seqend_write().
Hard-pointer ID/handle to material object (present if not BYLAYER).
Group code = 347.
Definition at line 140 of file seqend.h.
Referenced by dxf_seqend_free(), dxf_seqend_get_material(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_material(), and dxf_seqend_write().
Hard owner ID/handle to owner dictionary (optional).
Group code = 360.
Definition at line 145 of file seqend.h.
Referenced by dxf_seqend_free(), dxf_seqend_get_dictionary_owner_hard(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_dictionary_owner_hard(), and dxf_seqend_write().
int16_t dxf_seqend_struct::lineweight |
Lineweight enum value.
Stored and moved around as a 16-bit integer.
Group code = 370.
Definition at line 149 of file seqend.h.
Referenced by dxf_seqend_get_lineweight(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_lineweight(), and dxf_seqend_write().
Hard pointer ID / handle of PlotStyleName object.
Group code = 390.
Definition at line 154 of file seqend.h.
Referenced by dxf_seqend_free(), dxf_seqend_get_plot_style_name(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_plot_style_name(), and dxf_seqend_write().
A 24-bit color value that should be dealt with in terms of bytes with values of 0 to 255.
The lowest byte is the blue value, the middle byte is the green value, and the third byte is the red value.
The top byte is always 0.
The group code cannot be used by custom entities for their own data because the group code is reserved for AcDbEntity, class-level color data and AcDbEntity, class-level transparency data.
Group code = 420.
Definition at line 158 of file seqend.h.
Referenced by dxf_seqend_get_color_value(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_color_value(), and dxf_seqend_write().
Color name.
The group code cannot be used by custom entities for their own data because the group code is reserved for AcDbEntity, class-level color data and AcDbEntity, class-level transparency data.
Group code = 430.
Definition at line 170 of file seqend.h.
Referenced by dxf_seqend_free(), dxf_seqend_get_color_name(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_color_name(), and dxf_seqend_write().
Transparency value.
The group code cannot be used by custom entities for their own data because the group code is reserved for AcDbEntity, class-level color data and AcDbEntity, class-level transparency data.
Group code = 440.
Definition at line 178 of file seqend.h.
Referenced by dxf_seqend_get_transparency(), dxf_seqend_init(), dxf_seqend_read(), dxf_seqend_set_transparency(), and dxf_seqend_write().
APP: name of entity that began the sequence.
This entity marks the end of vertex (vertex type name) for a polyline, or the end of attribute entities (attrib type name) for an insert entity that has attributes (indicated by 66 group present and nonzero in insert entity).
This code is not saved in a DXF file.
Group code = 2.
Definition at line 187 of file seqend.h.
Referenced by dxf_seqend_free(), dxf_seqend_get_app_name(), dxf_seqend_init(), dxf_seqend_read(), and dxf_seqend_set_app_name().