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

dxf_hatch_boundary_path_edge_arc_struct Struct Reference

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

#include <hatch.h>

Collaboration diagram for dxf_hatch_boundary_path_edge_arc_struct:
Collaboration graph
[legend]

Data Fields

int id_code
double x0
double y0
double radius
double start_angle
double end_angle
int is_ccw
struct
DxfHatchBoundaryPathEdgeArc
next

Detailed Description

DXF definition of an AutoCAD hatch boundary path edge arc.

Definition at line 65 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 69 of file hatch.h.

Referenced by dxf_hatch_boundary_path_edge_arc_get_center_point(), dxf_hatch_boundary_path_edge_arc_get_id_code(), dxf_hatch_boundary_path_edge_arc_init(), and dxf_hatch_boundary_path_edge_arc_set_id_code().

Arc is counterclockwise flag.
Group code = 73.

Definition at line 86 of file hatch.h.

Referenced by dxf_hatch_boundary_path_edge_arc_get_is_ccw(), dxf_hatch_boundary_path_edge_arc_init(), and dxf_hatch_boundary_path_edge_arc_set_is_ccw().


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