QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
opennurbs_polycurve.cpp File Reference
#include "opennurbs.h"

Functions

static int compar_dbl (const double *a, const double *b)
 
static void Flatten (ON_PolyCurve *poly, ON_Interval pdom, ON_SimpleArray< double > &new_t, ON_SimpleArray< ON_Curve * > &new_seg)
 
static bool GetTestPlane (const ON_Curve &curve, ON_Plane &plane)
 
 ON_OBJECT_IMPLEMENT (ON_PolyCurve, ON_Curve,"4ED7D4E0-E947-11d3-BFE5-0010830122F0")
 

Function Documentation

◆ compar_dbl()

static int compar_dbl ( const double * a,
const double * b )
static

◆ Flatten()

static void Flatten ( ON_PolyCurve * poly,
ON_Interval pdom,
ON_SimpleArray< double > & new_t,
ON_SimpleArray< ON_Curve * > & new_seg )
static

◆ GetTestPlane()

static bool GetTestPlane ( const ON_Curve & curve,
ON_Plane & plane )
static

◆ ON_OBJECT_IMPLEMENT()

ON_OBJECT_IMPLEMENT ( ON_PolyCurve ,
ON_Curve ,
"4ED7D4E0-E947-11d3-BFE5-0010830122F0"  )