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

dxf_hatch_boundary_path_edge_line_struct Struct Reference

DXF definition of an AutoCAD hatch boundary path edge line. More...

#include <hatch.h>

Collaboration diagram for dxf_hatch_boundary_path_edge_line_struct:
Collaboration graph
[legend]

Data Fields

int id_code
double x0
double y0
double x1
double y1
struct
DxfHatchBoundaryPathEdgeLine
next

Detailed Description

DXF definition of an AutoCAD hatch boundary path edge line.

Definition at line 138 of file hatch.h.


Field Documentation

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

Definition at line 142 of file hatch.h.

Referenced by dxf_hatch_boundary_path_edge_line_get_end_point(), dxf_hatch_boundary_path_edge_line_get_id_code(), dxf_hatch_boundary_path_edge_line_get_start_point(), dxf_hatch_boundary_path_edge_line_init(), and dxf_hatch_boundary_path_edge_line_set_id_code().


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