libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of an AutoCAD line entity. More...
#include <3dline.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 |
DxfPoint * | p0 |
DxfPoint * | p1 |
double | extr_x0 |
double | extr_y0 |
double | extr_z0 |
struct Dxf3dline * | next |
Identification number for the entity.
This is to be an unique (sequential) number in the DXF file.
Group code = 5.
Definition at line 66 of file 3dline.h.
Referenced by dxf_3dline_create_from_points(), dxf_3dline_get_id_code(), dxf_3dline_get_mid_point(), dxf_3dline_read(), and dxf_3dline_set_id_code().
The linetype of the entity.
Defaults to BYLAYER
if ommitted in the DXF file.
Group code = 6.
Definition at line 71 of file 3dline.h.
Referenced by dxf_3dline_get_linetype(), dxf_3dline_get_mid_point(), dxf_3dline_read(), and dxf_3dline_set_linetype().
char* dxf_3dline_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 75 of file 3dline.h.
Referenced by dxf_3dline_get_layer(), dxf_3dline_get_mid_point(), dxf_3dline_read(), and dxf_3dline_set_layer().
double dxf_3dline_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 79 of file 3dline.h.
Referenced by dxf_3dline_get_elevation(), dxf_3dline_read(), and dxf_3dline_set_elevation().
double dxf_3dline_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 86 of file 3dline.h.
Referenced by dxf_3dline_get_mid_point(), dxf_3dline_get_thickness(), dxf_3dline_read(), and dxf_3dline_set_thickness().
Linetype scale (optional).
Group code = 48.
Definition at line 90 of file 3dline.h.
Referenced by dxf_3dline_get_linetype_scale(), dxf_3dline_get_mid_point(), dxf_3dline_read(), and dxf_3dline_set_linetype_scale().
int16_t dxf_3dline_struct::visibility |
Object visibility (optional):
Group code = 60.
Definition at line 94 of file 3dline.h.
Referenced by dxf_3dline_get_mid_point(), dxf_3dline_get_visibility(), dxf_3dline_read(), and dxf_3dline_set_visibility().
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 102 of file 3dline.h.
Referenced by dxf_3dline_get_color(), dxf_3dline_get_mid_point(), dxf_3dline_read(), and dxf_3dline_set_color().
Entities are to be drawn on either PAPERSPACE
or MODELSPACE
.
Optional, defaults to DXF_MODELSPACE
(0).
Group code = 67.
Definition at line 109 of file 3dline.h.
Referenced by dxf_3dline_get_mid_point(), dxf_3dline_get_paperspace(), dxf_3dline_read(), and dxf_3dline_set_paperspace().
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 115 of file 3dline.h.
Referenced by dxf_3dline_get_graphics_data_size(), dxf_3dline_read(), and dxf_3dline_set_graphics_data_size().
int16_t dxf_3dline_struct::shadow_mode |
Shadow mode:
Group code = 284.
Definition at line 124 of file 3dline.h.
Referenced by dxf_3dline_get_shadow_mode(), dxf_3dline_read(), and dxf_3dline_set_shadow_mode().
Proxy entity graphics data.
Multiple lines of 256 characters maximum per line (optional).
Group code = 310.
Definition at line 134 of file 3dline.h.
Referenced by dxf_3dline_get_binary_graphics_data(), dxf_3dline_read(), and dxf_3dline_set_binary_graphics_data().
Soft-pointer ID/handle to owner dictionary (optional).
Group code = 330.
Definition at line 140 of file 3dline.h.
Referenced by dxf_3dline_get_dictionary_owner_soft(), dxf_3dline_get_mid_point(), dxf_3dline_read(), and dxf_3dline_set_dictionary_owner_soft().
Hard-pointer ID/handle to material object (present if not BYLAYER).
Group code = 347.
Definition at line 144 of file 3dline.h.
Referenced by dxf_3dline_get_material(), dxf_3dline_read(), and dxf_3dline_set_material().
Hard owner ID/handle to owner dictionary (optional).
Group code = 360.
Definition at line 149 of file 3dline.h.
Referenced by dxf_3dline_get_dictionary_owner_hard(), dxf_3dline_get_mid_point(), dxf_3dline_read(), and dxf_3dline_set_dictionary_owner_hard().
int16_t dxf_3dline_struct::lineweight |
Lineweight enum value.
Stored and moved around as a 16-bit integer.
Group code = 370.
Definition at line 153 of file 3dline.h.
Referenced by dxf_3dline_get_lineweight(), dxf_3dline_read(), and dxf_3dline_set_lineweight().
Hard pointer ID / handle of PlotStyleName object.
Group code = 390.
Definition at line 158 of file 3dline.h.
Referenced by dxf_3dline_get_plot_style_name(), dxf_3dline_read(), and dxf_3dline_set_plot_style_name().
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 162 of file 3dline.h.
Referenced by dxf_3dline_get_color_value(), dxf_3dline_read(), and dxf_3dline_set_color_value().
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 174 of file 3dline.h.
Referenced by dxf_3dline_get_color_name(), dxf_3dline_read(), and dxf_3dline_set_color_name().
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 182 of file 3dline.h.
Referenced by dxf_3dline_get_transparency(), dxf_3dline_read(), and dxf_3dline_set_transparency().
Start point.
Group codes = 10, 20 and 30.
Definition at line 191 of file 3dline.h.
Referenced by dxf_3dline_get_extrusion_vector_as_point(), dxf_3dline_get_length(), dxf_3dline_get_mid_point(), dxf_3dline_get_p0(), dxf_3dline_get_p1(), dxf_3dline_get_x0(), dxf_3dline_get_y0(), dxf_3dline_get_z0(), dxf_3dline_read(), dxf_3dline_set_p0(), dxf_3dline_set_x0(), dxf_3dline_set_y0(), and dxf_3dline_set_z0().
End point.
Group codes = 11, 21 and 31.
Definition at line 194 of file 3dline.h.
Referenced by dxf_3dline_get_extrusion_vector_as_point(), dxf_3dline_get_length(), dxf_3dline_get_mid_point(), dxf_3dline_get_p1(), dxf_3dline_get_x1(), dxf_3dline_get_y1(), dxf_3dline_get_z1(), dxf_3dline_read(), dxf_3dline_set_p1(), dxf_3dline_set_x1(), dxf_3dline_set_y1(), and dxf_3dline_set_z1().
double dxf_3dline_struct::extr_x0 |
group code = 210
extrusion direction
optional, if ommited defaults to 0.0.
Definition at line 197 of file 3dline.h.
Referenced by dxf_3dline_get_extr_x0(), dxf_3dline_get_extrusion_vector_as_point(), dxf_3dline_read(), dxf_3dline_set_extr_x0(), dxf_3dline_set_extrusion_vector(), and dxf_3dline_set_extrusion_vector_from_point().
double dxf_3dline_struct::extr_y0 |
group code = 220
extrusion direction
optional, if ommited defaults to 0.0.
Definition at line 201 of file 3dline.h.
Referenced by dxf_3dline_get_extr_y0(), dxf_3dline_get_extrusion_vector_as_point(), dxf_3dline_read(), dxf_3dline_set_extr_y0(), dxf_3dline_set_extrusion_vector(), and dxf_3dline_set_extrusion_vector_from_point().
double dxf_3dline_struct::extr_z0 |
group code = 230
extrusion direction
optional, if ommited defaults to 1.0.
Definition at line 205 of file 3dline.h.
Referenced by dxf_3dline_get_extr_z0(), dxf_3dline_get_extrusion_vector_as_point(), dxf_3dline_read(), dxf_3dline_set_extr_z0(), dxf_3dline_set_extrusion_vector(), and dxf_3dline_set_extrusion_vector_from_point().
struct Dxf3dline* dxf_3dline_struct::next |
pointer to the next Dxf3dline.
NULL
in the last Dxf3dline.
Definition at line 208 of file 3dline.h.
Referenced by dxf_3dline_free(), dxf_3dline_free_chain(), dxf_3dline_get_last(), dxf_3dline_get_next(), and dxf_3dline_set_next().