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

dxf_hatch_boundary_path_edge_spline_struct Struct Reference

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

#include <hatch.h>

Collaboration diagram for dxf_hatch_boundary_path_edge_spline_struct:
Collaboration graph
[legend]

Data Fields

int id_code
int degree
int rational
int periodic
int number_of_knots
double knots [DXF_MAX_HATCH_BOUNDARY_PATH_EDGE_SPLINE_KNOTS]
int number_of_control_points
struct
DxfHatchBoundaryPathEdgeSplineCp
control_points
struct
DxfHatchBoundaryPathEdgeSpline
next

Detailed Description

DXF definition of an AutoCAD hatch boundary path edge spline.

Definition at line 194 of file hatch.h.


Field Documentation

double dxf_hatch_boundary_path_edge_spline_struct::knots[DXF_MAX_HATCH_BOUNDARY_PATH_EDGE_SPLINE_KNOTS]

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