libDXF 0.0.1
A library with DXF related functions written in C.
Data Fields

dxf_point_struct Struct Reference

DXF definition of an AutoCAD point entity. More...

#include <point.h>

Collaboration diagram for dxf_point_struct:
Collaboration graph
[legend]

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
DxfBinaryGraphicsDatabinary_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
double x0
double y0
double z0
double angle_to_X
double extr_x0
double extr_y0
double extr_z0
struct DxfPointnext

Detailed Description

DXF definition of an AutoCAD point entity.

POINT entities have an optional 50 group that determines the orientation of PDMODE images.
The group value is the negative of the Entity Coordinate Systems (ECS) angle of the UCS X axis in effect when the point was drawn.
The X axis of the UCS in effect when the point was drawn is always parallel to the XY plane for the point's ECS, and the angle between the UCS X axis and the ECS X axis is a single 2D angle.
The value in group 50 is the angle from horizontal (the effective X axis) to the ECS X axis.
Entity Coordinate Systems (ECS) are described in the UCS section.

Version:
According to DXF R10.
According to DXF R11.
According to DXF R12.
According to DXF R13.
According to DXF R14.
According to DXF R2014.

Definition at line 71 of file point.h.


Field Documentation

group code = 5
Identification number for the entity.
This is to be an unique (sequential) number in the DXF file.

Definition at line 76 of file point.h.

Referenced by dxf_point_get_id_code(), dxf_point_init(), dxf_point_read(), dxf_point_set_id_code(), and dxf_point_write().

group code = 6
The linetype of the entity.
Defaults to BYLAYER if ommitted in the DXF file.

Definition at line 81 of file point.h.

Referenced by dxf_3dface_create_from_points(), dxf_3dline_create_from_points(), dxf_line_create_from_points(), dxf_point_free(), dxf_point_get_linetype(), dxf_point_init(), dxf_point_read(), dxf_point_set_linetype(), and dxf_point_write().

group code = 8
Layer on which the entity is drawn.
Defaults to layer "0" if no valid layername is given.

Definition at line 85 of file point.h.

Referenced by dxf_3dface_create_from_points(), dxf_3dline_create_from_points(), dxf_line_create_from_points(), dxf_point_free(), dxf_point_get_layer(), dxf_point_init(), dxf_point_read(), dxf_point_set_layer(), and dxf_point_write().

group code = 38
Elevation of the arc 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).

Definition at line 89 of file point.h.

Referenced by dxf_point_get_elevation(), dxf_point_init(), dxf_point_read(), dxf_point_set_elevation(), and dxf_point_write().

group code = 39
Thickness of the arc in the local Z-direction.
Defaults to 0.0 if ommitted in the DXF file.

Definition at line 94 of file point.h.

Referenced by dxf_3dface_create_from_points(), dxf_3dline_create_from_points(), dxf_line_create_from_points(), dxf_point_get_thickness(), dxf_point_init(), dxf_point_read(), dxf_point_set_thickness(), and dxf_point_write().

group code = 60
Object visibility (optional): 0 = Visible; 1 = Invisible.

Definition at line 101 of file point.h.

Referenced by dxf_3dface_create_from_points(), dxf_3dline_create_from_points(), dxf_line_create_from_points(), dxf_point_get_visibility(), dxf_point_init(), dxf_point_read(), dxf_point_set_visibility(), and dxf_point_write().

group code = 62
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.

Definition at line 104 of file point.h.

Referenced by dxf_3dface_create_from_points(), dxf_3dline_create_from_points(), dxf_line_create_from_points(), dxf_point_get_color(), dxf_point_init(), dxf_point_read(), dxf_point_set_color(), and dxf_point_write().

group code = 67
Entities are to be drawn on either PAPERSPACE or MODELSPACE.
Optional, defaults to DXF_MODELSPACE (0).

Definition at line 111 of file point.h.

Referenced by dxf_3dface_create_from_points(), dxf_3dline_create_from_points(), dxf_line_create_from_points(), dxf_point_get_paperspace(), dxf_point_init(), dxf_point_read(), dxf_point_set_paperspace(), and dxf_point_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 116 of file point.h.

Referenced by dxf_line_create_from_points(), dxf_point_get_graphics_data_size(), and dxf_point_set_graphics_data_size().

Shadow mode:

  1. Casts and receives shadows.
  2. Casts shadows.
  3. Receives shadows.
  4. Ignores shadows.


Group code = 284.

Definition at line 121 of file point.h.

Referenced by dxf_line_create_from_points(), dxf_point_get_shadow_mode(), and dxf_point_set_shadow_mode().

Proxy entity graphics data.
Multiple lines of 256 characters maximum per line (optional).
Group code = 310.

Definition at line 130 of file point.h.

Referenced by dxf_line_create_from_points(), dxf_point_get_binary_graphics_data(), and dxf_point_set_binary_graphics_data().

Hard-pointer ID/handle to material object (present if not BYLAYER).
Group code = 347.

Definition at line 138 of file point.h.

Referenced by dxf_line_create_from_points(), dxf_point_get_material(), and dxf_point_set_material().

Lineweight enum value.
Stored and moved around as a 16-bit integer.
Group code = 370.

Definition at line 145 of file point.h.

Referenced by dxf_line_create_from_points(), dxf_point_get_lineweight(), and dxf_point_set_lineweight().

Hard pointer ID / handle of PlotStyleName object.
Group code = 390.

Definition at line 149 of file point.h.

Referenced by dxf_line_create_from_points(), dxf_point_get_plot_style_name(), and dxf_point_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 152 of file point.h.

Referenced by dxf_line_create_from_points(), dxf_point_get_color_value(), and dxf_point_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 163 of file point.h.

Referenced by dxf_line_create_from_points(), dxf_point_get_color_name(), and dxf_point_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 170 of file point.h.

Referenced by dxf_line_create_from_points(), dxf_point_get_transparency(), and dxf_point_set_transparency().

group code = 10.

Definition at line 178 of file point.h.

Referenced by dxf_3dface_get_x0(), dxf_3dface_get_x1(), dxf_3dface_get_x2(), dxf_3dface_get_x3(), dxf_3dface_read(), dxf_3dface_set_x0(), dxf_3dface_set_x1(), dxf_3dface_set_x2(), dxf_3dface_set_x3(), dxf_3dline_create_from_points(), dxf_3dline_get_extrusion_vector_as_point(), dxf_3dline_get_length(), dxf_3dline_get_mid_point(), dxf_3dline_get_p1(), dxf_3dline_get_x0(), dxf_3dline_get_x1(), dxf_3dline_read(), dxf_3dline_set_extrusion_vector_from_point(), dxf_3dline_set_x0(), dxf_3dline_set_x1(), dxf_arc_get_x0(), dxf_arc_read(), dxf_arc_set_extrusion_vector_from_point(), dxf_arc_set_x0(), dxf_attdef_get_x0(), dxf_attdef_get_x1(), dxf_attdef_read(), dxf_attdef_set_extrusion_vector_from_point(), dxf_attdef_set_x0(), dxf_attdef_set_x1(), dxf_attrib_get_x0(), dxf_attrib_get_x1(), dxf_attrib_read(), dxf_attrib_set_extrusion_vector_from_point(), dxf_attrib_set_x0(), dxf_attrib_set_x1(), dxf_block_get_x0(), dxf_block_read(), dxf_block_set_x0(), dxf_circle_get_x0(), dxf_circle_read(), dxf_circle_set_x0(), dxf_circle_test_point_in_circle(), dxf_dimension_get_x0(), dxf_dimension_get_x1(), dxf_dimension_get_x2(), dxf_dimension_get_x3(), dxf_dimension_get_x4(), dxf_dimension_get_x5(), dxf_dimension_get_x6(), dxf_dimension_read(), dxf_dimension_set_x0(), dxf_dimension_set_x1(), dxf_dimension_set_x2(), dxf_dimension_set_x3(), dxf_dimension_set_x4(), dxf_dimension_set_x5(), dxf_dimension_set_x6(), dxf_donut_get_x0(), dxf_donut_set_x0(), dxf_ellipse_get_x0(), dxf_ellipse_get_x1(), dxf_ellipse_set_extrusion_vector_from_point(), dxf_ellipse_set_x0(), dxf_ellipse_set_x1(), dxf_hatch_boundary_path_edge_arc_set_center_point(), dxf_hatch_boundary_path_edge_ellipse_set_center_point(), dxf_hatch_boundary_path_edge_ellipse_set_end_point(), dxf_hatch_boundary_path_edge_line_set_end_point(), dxf_hatch_boundary_path_edge_line_set_start_point(), dxf_hatch_boundary_path_edge_spline_cp_set_point(), dxf_hatch_boundary_path_polyline_point_inside_polyline(), dxf_header_init(), dxf_header_read_parser(), dxf_header_write(), dxf_helix_get_x0(), dxf_helix_get_x1(), dxf_helix_get_x2(), dxf_helix_read(), dxf_helix_set_x0(), dxf_helix_set_x1(), dxf_helix_set_x2(), dxf_helix_write(), dxf_image_get_x0(), dxf_image_get_x1(), dxf_image_get_x2(), dxf_image_get_x3(), dxf_image_get_x4(), dxf_image_read(), dxf_image_set_x0(), dxf_image_set_x1(), dxf_image_set_x2(), dxf_image_set_x3(), dxf_image_set_x4(), dxf_image_write(), dxf_imagedef_get_x0(), dxf_imagedef_get_x1(), dxf_imagedef_set_x0(), dxf_imagedef_set_x1(), dxf_insert_get_x0(), dxf_insert_read(), dxf_insert_set_extrusion_vector_from_point(), dxf_insert_set_x0(), dxf_leader_get_x0(), dxf_leader_get_x1(), dxf_leader_get_x2(), dxf_leader_get_x3(), dxf_leader_init(), dxf_leader_read(), dxf_leader_set_x0(), dxf_leader_set_x1(), dxf_leader_set_x2(), dxf_leader_set_x3(), dxf_leader_write(), dxf_line_calculate_length(), dxf_line_calculate_mid_point(), dxf_line_create_from_points(), dxf_line_get_extrusion_vector_as_point(), dxf_line_get_x0(), dxf_line_get_x1(), dxf_line_read(), dxf_line_set_x0(), dxf_line_set_x1(), dxf_mline_get_x0(), dxf_mline_get_x1(), dxf_mline_get_x2(), dxf_mline_get_x3(), dxf_mline_read(), dxf_mline_set_extrusion_vector_from_point(), dxf_mline_set_x0(), dxf_mline_set_x1(), dxf_mline_set_x2(), dxf_mline_set_x3(), dxf_mline_write(), dxf_mtext_get_x0(), dxf_mtext_get_x1(), dxf_mtext_init(), dxf_mtext_read(), dxf_mtext_set_extrusion_vector_from_point(), dxf_mtext_set_x0(), dxf_mtext_set_x1(), dxf_mtext_write(), dxf_ole2frame_get_x0(), dxf_ole2frame_get_x1(), dxf_ole2frame_init(), dxf_ole2frame_read(), dxf_ole2frame_set_x0(), dxf_ole2frame_set_x1(), dxf_ole2frame_write(), dxf_point_get_x0(), dxf_point_init(), dxf_point_read(), dxf_point_set_x0(), dxf_point_write(), dxf_polyline_get_x0(), dxf_polyline_read(), dxf_polyline_set_x0(), dxf_ray_get_x0(), dxf_ray_get_x1(), dxf_ray_init(), dxf_ray_read(), dxf_ray_set_x0(), dxf_ray_set_x1(), dxf_ray_write(), dxf_shape_get_x0(), dxf_shape_init(), dxf_shape_read(), dxf_shape_set_x0(), dxf_solid_get_x0(), dxf_solid_get_x1(), dxf_solid_get_x2(), dxf_solid_get_x3(), dxf_solid_init(), dxf_solid_read(), dxf_solid_set_extrusion_vector_from_point(), dxf_solid_set_x0(), dxf_solid_set_x1(), dxf_solid_set_x2(), dxf_solid_set_x3(), dxf_solid_write(), dxf_spatial_filter_get_x0(), dxf_spatial_filter_get_x1(), dxf_spatial_filter_init(), dxf_spatial_filter_read(), dxf_spatial_filter_set_x0(), dxf_spatial_filter_set_x1(), dxf_spatial_filter_write(), dxf_spline_get_x0(), dxf_spline_get_x1(), dxf_spline_get_x2(), dxf_spline_get_x3(), dxf_spline_read(), dxf_spline_set_x0(), dxf_spline_set_x1(), dxf_spline_set_x2(), dxf_spline_set_x3(), and dxf_spline_write().

group code = 20.

Definition at line 180 of file point.h.

Referenced by dxf_3dface_get_y0(), dxf_3dface_get_y1(), dxf_3dface_get_y2(), dxf_3dface_get_y3(), dxf_3dface_read(), dxf_3dface_set_y0(), dxf_3dface_set_y1(), dxf_3dface_set_y2(), dxf_3dface_set_y3(), dxf_3dline_create_from_points(), dxf_3dline_get_extrusion_vector_as_point(), dxf_3dline_get_length(), dxf_3dline_get_mid_point(), dxf_3dline_get_p1(), dxf_3dline_get_y0(), dxf_3dline_get_y1(), dxf_3dline_read(), dxf_3dline_set_extrusion_vector_from_point(), dxf_3dline_set_y0(), dxf_3dline_set_y1(), dxf_arc_get_y0(), dxf_arc_read(), dxf_arc_set_extrusion_vector_from_point(), dxf_arc_set_y0(), dxf_attdef_get_y0(), dxf_attdef_get_y1(), dxf_attdef_read(), dxf_attdef_set_extrusion_vector_from_point(), dxf_attdef_set_y0(), dxf_attdef_set_y1(), dxf_attrib_get_y0(), dxf_attrib_get_y1(), dxf_attrib_read(), dxf_attrib_set_extrusion_vector_from_point(), dxf_attrib_set_y0(), dxf_attrib_set_y1(), dxf_block_get_y0(), dxf_block_read(), dxf_block_set_y0(), dxf_circle_get_y0(), dxf_circle_read(), dxf_circle_set_y0(), dxf_circle_test_point_in_circle(), dxf_dimension_get_y0(), dxf_dimension_get_y1(), dxf_dimension_get_y2(), dxf_dimension_get_y3(), dxf_dimension_get_y4(), dxf_dimension_get_y5(), dxf_dimension_get_y6(), dxf_dimension_read(), dxf_dimension_set_y0(), dxf_dimension_set_y1(), dxf_dimension_set_y2(), dxf_dimension_set_y3(), dxf_dimension_set_y4(), dxf_dimension_set_y5(), dxf_dimension_set_y6(), dxf_donut_get_y0(), dxf_donut_set_y0(), dxf_ellipse_get_y0(), dxf_ellipse_get_y1(), dxf_ellipse_set_extrusion_vector_from_point(), dxf_ellipse_set_y0(), dxf_ellipse_set_y1(), dxf_hatch_boundary_path_edge_arc_set_center_point(), dxf_hatch_boundary_path_edge_ellipse_set_center_point(), dxf_hatch_boundary_path_edge_ellipse_set_end_point(), dxf_hatch_boundary_path_edge_line_set_end_point(), dxf_hatch_boundary_path_edge_line_set_start_point(), dxf_hatch_boundary_path_edge_spline_cp_set_point(), dxf_hatch_boundary_path_polyline_point_inside_polyline(), dxf_header_init(), dxf_header_read_parser(), dxf_header_write(), dxf_helix_get_y0(), dxf_helix_get_y1(), dxf_helix_get_y2(), dxf_helix_read(), dxf_helix_set_y0(), dxf_helix_set_y1(), dxf_helix_set_y2(), dxf_helix_write(), dxf_image_get_y0(), dxf_image_get_y1(), dxf_image_get_y2(), dxf_image_get_y3(), dxf_image_get_y4(), dxf_image_read(), dxf_image_set_y0(), dxf_image_set_y1(), dxf_image_set_y2(), dxf_image_set_y3(), dxf_image_set_y4(), dxf_image_write(), dxf_imagedef_get_y0(), dxf_imagedef_get_y1(), dxf_imagedef_set_y0(), dxf_imagedef_set_y1(), dxf_insert_get_y0(), dxf_insert_read(), dxf_insert_set_extrusion_vector_from_point(), dxf_insert_set_y0(), dxf_leader_get_y0(), dxf_leader_get_y1(), dxf_leader_get_y2(), dxf_leader_get_y3(), dxf_leader_init(), dxf_leader_read(), dxf_leader_set_y0(), dxf_leader_set_y1(), dxf_leader_set_y2(), dxf_leader_set_y3(), dxf_leader_write(), dxf_line_calculate_length(), dxf_line_calculate_mid_point(), dxf_line_create_from_points(), dxf_line_get_extrusion_vector_as_point(), dxf_line_get_y0(), dxf_line_get_y1(), dxf_line_read(), dxf_line_set_y0(), dxf_line_set_y1(), dxf_mline_get_y0(), dxf_mline_get_y1(), dxf_mline_get_y2(), dxf_mline_get_y3(), dxf_mline_read(), dxf_mline_set_extrusion_vector_from_point(), dxf_mline_set_y0(), dxf_mline_set_y1(), dxf_mline_set_y2(), dxf_mline_set_y3(), dxf_mline_write(), dxf_mtext_get_y0(), dxf_mtext_get_y1(), dxf_mtext_init(), dxf_mtext_read(), dxf_mtext_set_extrusion_vector_from_point(), dxf_mtext_set_y0(), dxf_mtext_set_y1(), dxf_mtext_write(), dxf_ole2frame_get_y0(), dxf_ole2frame_get_y1(), dxf_ole2frame_init(), dxf_ole2frame_read(), dxf_ole2frame_set_y0(), dxf_ole2frame_set_y1(), dxf_ole2frame_write(), dxf_point_get_y0(), dxf_point_init(), dxf_point_read(), dxf_point_set_y0(), dxf_point_write(), dxf_polyline_get_y0(), dxf_polyline_read(), dxf_polyline_set_y0(), dxf_ray_get_y0(), dxf_ray_get_y1(), dxf_ray_init(), dxf_ray_read(), dxf_ray_set_y0(), dxf_ray_set_y1(), dxf_ray_write(), dxf_shape_get_y0(), dxf_shape_init(), dxf_shape_read(), dxf_shape_set_y0(), dxf_solid_get_y0(), dxf_solid_get_y1(), dxf_solid_get_y2(), dxf_solid_get_y3(), dxf_solid_init(), dxf_solid_read(), dxf_solid_set_extrusion_vector_from_point(), dxf_solid_set_y0(), dxf_solid_set_y1(), dxf_solid_set_y2(), dxf_solid_set_y3(), dxf_solid_write(), dxf_spatial_filter_get_y0(), dxf_spatial_filter_get_y1(), dxf_spatial_filter_init(), dxf_spatial_filter_read(), dxf_spatial_filter_set_y0(), dxf_spatial_filter_set_y1(), dxf_spatial_filter_write(), dxf_spline_get_y0(), dxf_spline_get_y1(), dxf_spline_get_y2(), dxf_spline_get_y3(), dxf_spline_read(), dxf_spline_set_y0(), dxf_spline_set_y1(), dxf_spline_set_y2(), dxf_spline_set_y3(), and dxf_spline_write().

group code = 30.

Definition at line 182 of file point.h.

Referenced by dxf_3dface_get_z0(), dxf_3dface_get_z1(), dxf_3dface_get_z2(), dxf_3dface_get_z3(), dxf_3dface_read(), dxf_3dface_set_z0(), dxf_3dface_set_z1(), dxf_3dface_set_z2(), dxf_3dface_set_z3(), dxf_3dline_create_from_points(), dxf_3dline_get_extrusion_vector_as_point(), dxf_3dline_get_length(), dxf_3dline_get_mid_point(), dxf_3dline_get_p1(), dxf_3dline_get_z0(), dxf_3dline_get_z1(), dxf_3dline_read(), dxf_3dline_set_extrusion_vector_from_point(), dxf_3dline_set_z0(), dxf_3dline_set_z1(), dxf_arc_get_z0(), dxf_arc_read(), dxf_arc_set_extrusion_vector_from_point(), dxf_arc_set_z0(), dxf_attdef_get_z0(), dxf_attdef_get_z1(), dxf_attdef_read(), dxf_attdef_set_extrusion_vector_from_point(), dxf_attdef_set_z0(), dxf_attdef_set_z1(), dxf_attrib_get_z0(), dxf_attrib_get_z1(), dxf_attrib_read(), dxf_attrib_set_extrusion_vector_from_point(), dxf_attrib_set_z0(), dxf_attrib_set_z1(), dxf_block_get_z0(), dxf_block_read(), dxf_block_set_z0(), dxf_circle_get_z0(), dxf_circle_read(), dxf_circle_set_z0(), dxf_dimension_get_z0(), dxf_dimension_get_z1(), dxf_dimension_get_z2(), dxf_dimension_get_z3(), dxf_dimension_get_z4(), dxf_dimension_get_z5(), dxf_dimension_get_z6(), dxf_dimension_read(), dxf_dimension_set_z0(), dxf_dimension_set_z1(), dxf_dimension_set_z2(), dxf_dimension_set_z3(), dxf_dimension_set_z4(), dxf_dimension_set_z5(), dxf_dimension_set_z6(), dxf_donut_get_z0(), dxf_donut_set_z0(), dxf_ellipse_get_z0(), dxf_ellipse_get_z1(), dxf_ellipse_set_extrusion_vector_from_point(), dxf_ellipse_set_z0(), dxf_ellipse_set_z1(), dxf_header_init(), dxf_header_read_parser(), dxf_header_write(), dxf_helix_get_z0(), dxf_helix_get_z1(), dxf_helix_get_z2(), dxf_helix_read(), dxf_helix_set_z0(), dxf_helix_set_z1(), dxf_helix_set_z2(), dxf_helix_write(), dxf_image_get_z0(), dxf_image_get_z1(), dxf_image_get_z2(), dxf_image_read(), dxf_image_set_z0(), dxf_image_set_z1(), dxf_image_set_z2(), dxf_insert_get_z0(), dxf_insert_read(), dxf_insert_set_extrusion_vector_from_point(), dxf_insert_set_z0(), dxf_leader_get_z0(), dxf_leader_get_z1(), dxf_leader_get_z2(), dxf_leader_get_z3(), dxf_leader_init(), dxf_leader_read(), dxf_leader_set_z0(), dxf_leader_set_z1(), dxf_leader_set_z2(), dxf_leader_set_z3(), dxf_leader_write(), dxf_line_calculate_length(), dxf_line_calculate_mid_point(), dxf_line_create_from_points(), dxf_line_get_extrusion_vector_as_point(), dxf_line_get_z0(), dxf_line_get_z1(), dxf_line_read(), dxf_line_set_z0(), dxf_line_set_z1(), dxf_mline_get_z0(), dxf_mline_get_z1(), dxf_mline_get_z2(), dxf_mline_get_z3(), dxf_mline_read(), dxf_mline_set_extrusion_vector_from_point(), dxf_mline_set_z0(), dxf_mline_set_z1(), dxf_mline_set_z2(), dxf_mline_set_z3(), dxf_mline_write(), dxf_mtext_get_z0(), dxf_mtext_get_z1(), dxf_mtext_init(), dxf_mtext_read(), dxf_mtext_set_extrusion_vector_from_point(), dxf_mtext_set_z0(), dxf_mtext_set_z1(), dxf_mtext_write(), dxf_ole2frame_get_z0(), dxf_ole2frame_get_z1(), dxf_ole2frame_init(), dxf_ole2frame_read(), dxf_ole2frame_set_z0(), dxf_ole2frame_set_z1(), dxf_ole2frame_write(), dxf_point_get_z0(), dxf_point_init(), dxf_point_read(), dxf_point_set_z0(), dxf_point_write(), dxf_polyline_get_z0(), dxf_polyline_read(), dxf_polyline_set_z0(), dxf_ray_get_z0(), dxf_ray_get_z1(), dxf_ray_init(), dxf_ray_read(), dxf_ray_set_z0(), dxf_ray_set_z1(), dxf_ray_write(), dxf_shape_get_z0(), dxf_shape_init(), dxf_shape_read(), dxf_shape_set_z0(), dxf_solid_get_z0(), dxf_solid_get_z1(), dxf_solid_get_z2(), dxf_solid_get_z3(), dxf_solid_init(), dxf_solid_read(), dxf_solid_set_extrusion_vector_from_point(), dxf_solid_set_z0(), dxf_solid_set_z1(), dxf_solid_set_z2(), dxf_solid_set_z3(), dxf_solid_write(), dxf_spatial_filter_get_z1(), dxf_spatial_filter_init(), dxf_spatial_filter_read(), dxf_spatial_filter_set_z1(), dxf_spatial_filter_write(), dxf_spline_get_z0(), dxf_spline_get_z1(), dxf_spline_get_z2(), dxf_spline_get_z3(), dxf_spline_read(), dxf_spline_set_z0(), dxf_spline_set_z1(), dxf_spline_set_z2(), dxf_spline_set_z3(), and dxf_spline_write().

group code 50.
Angle of the X axis for the UCS in effect when the point was drawn (optional, default = 0.0); used when PDMODE is nonzero.

Definition at line 184 of file point.h.

Referenced by dxf_point_get_angle_to_X(), dxf_point_init(), dxf_point_read(), dxf_point_set_angle_to_X(), and dxf_point_write().

group code = 210
extrusion direction
optional, if ommited defaults to 0.0.

Definition at line 189 of file point.h.

Referenced by dxf_point_get_extrusion_vector_as_point(), dxf_point_init(), dxf_point_read(), dxf_point_set_extrusion_vector(), dxf_point_write(), and dxf_spatial_filter_set_extr_x0().

group code = 220
extrusion direction
optional, if ommited defaults to 0.0.

Definition at line 193 of file point.h.

Referenced by dxf_point_get_extrusion_vector_as_point(), dxf_point_init(), dxf_point_read(), dxf_point_set_extrusion_vector(), dxf_point_write(), and dxf_spatial_filter_set_extr_y0().

group code = 230
extrusion direction
optional, if ommited defaults to 1.0.

Definition at line 197 of file point.h.

Referenced by dxf_point_get_extrusion_vector_as_point(), dxf_point_init(), dxf_point_read(), dxf_point_set_extrusion_vector(), dxf_point_write(), and dxf_spatial_filter_set_extr_z0().


The documentation for this struct was generated from the following file: