libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of an AutoCAD hatch boundary path polyline. More...
#include <hatch.h>
Data Fields | |
int | id_code |
int | is_closed |
int | number_of_vertices |
struct DxfHatchBoundaryPathPolylineVertex * | vertices |
struct DxfHatchBoundaryPathPolyline * | next |
Group code = 5.
Definition at line 293 of file hatch.h.
Referenced by dxf_hatch_boundary_path_polyline_get_id_code(), dxf_hatch_boundary_path_polyline_init(), and dxf_hatch_boundary_path_polyline_set_id_code().
Group code = 73.
Definition at line 295 of file hatch.h.
Referenced by dxf_hatch_boundary_path_polyline_close_polyline(), dxf_hatch_boundary_path_polyline_get_is_closed(), dxf_hatch_boundary_path_polyline_init(), dxf_hatch_boundary_path_polyline_point_inside_polyline(), dxf_hatch_boundary_path_polyline_set_is_closed(), and dxf_hatch_boundary_path_polyline_write().
Number of polyline vertices in DxfHatchBoundaryPathPolyline.
Group code = 93.
Definition at line 297 of file hatch.h.
Referenced by dxf_hatch_boundary_path_polyline_get_number_of_vertices(), dxf_hatch_boundary_path_polyline_init(), dxf_hatch_boundary_path_polyline_set_number_of_vertices(), and dxf_hatch_boundary_path_polyline_write().
Pointer to the first DxfHatchBoundaryPathPolylineVertex.
NULL
if there is no DxfHatchBoundaryPathPolylineVertex in the DxfHatchBoundaryPathPolyline.
Definition at line 300 of file hatch.h.
Referenced by dxf_hatch_boundary_path_polyline_close_polyline(), dxf_hatch_boundary_path_polyline_free(), dxf_hatch_boundary_path_polyline_get_vertices(), dxf_hatch_boundary_path_polyline_init(), dxf_hatch_boundary_path_polyline_point_inside_polyline(), dxf_hatch_boundary_path_polyline_set_vertices(), and dxf_hatch_boundary_path_polyline_write().
Pointer to the next DxfHatchBoundaryPathPolyline.
NULL
if the last DxfHatchBoundaryPathPolyline.
Definition at line 306 of file hatch.h.
Referenced by dxf_hatch_boundary_path_polyline_free(), dxf_hatch_boundary_path_polyline_free_chain(), dxf_hatch_boundary_path_polyline_get_last(), dxf_hatch_boundary_path_polyline_get_next(), dxf_hatch_boundary_path_polyline_init(), and dxf_hatch_boundary_path_polyline_set_next().