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

dxf_hatch_boundary_path_polyline_vertex_struct Struct Reference

DXF definition of an AutoCAD hatch boundary path polyline vertex. More...

#include <hatch.h>

Collaboration diagram for dxf_hatch_boundary_path_polyline_vertex_struct:
Collaboration graph
[legend]

Data Fields

int id_code
double x0
double y0
double bulge
int has_bulge
struct
DxfHatchBoundaryPathPolylineVertex
next

Detailed Description

DXF definition of an AutoCAD hatch boundary path polyline vertex.

Definition at line 262 of file hatch.h.


Field Documentation

The segment formed by previous vertex and current vertex has a bulge is set.
The first vertex of a polyline has no bulge by definition.
Group code = 72.

Definition at line 275 of file hatch.h.

Referenced by dxf_hatch_boundary_path_polyline_vertex_get_has_bulge(), dxf_hatch_boundary_path_polyline_vertex_init(), dxf_hatch_boundary_path_polyline_vertex_set_has_bulge(), and dxf_hatch_boundary_path_polyline_vertex_write().


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