SplineDataOut Struct Reference

#include <dxf.h>

Public Attributes

std::vector< point3Dcontrol
 
int control_points
 
int degree
 
point3D endtan
 
std::vector< point3Dfit
 
int fit_points
 
int flag
 
std::vector< double > knot
 
int knots
 
point3D norm
 
point3D starttan
 
std::vector< double > weight
 

Member Data Documentation

◆ control

std::vector<point3D> SplineDataOut::control

◆ control_points

int SplineDataOut::control_points

◆ degree

◆ endtan

point3D SplineDataOut::endtan

◆ fit

std::vector<point3D> SplineDataOut::fit

Referenced by CDxfWrite::writeSpline().

◆ fit_points

int SplineDataOut::fit_points

◆ flag

int SplineDataOut::flag

◆ knot

std::vector<double> SplineDataOut::knot

◆ knots

◆ norm

◆ starttan

point3D SplineDataOut::starttan

◆ weight

std::vector<double> SplineDataOut::weight

Referenced by CDxfWrite::writeSpline().


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