QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
opennurbs_curve.h File Reference

Go to the source code of this file.

Classes

class  ON_Curve
 
class  ON_CurveArray
 
class  ON_MeshCurveParameters
 

Functions

ON_DECL int ON_ClosedCurveOrientation (const ON_Curve &curve, const ON_Xform *xform)
 
ON_DECL bool ON_ForceMatchCurveEnds (ON_Curve &Crv0, int end0, ON_Curve &Crv1, int end1)
 
ON_DECL int ON_JoinCurves (const ON_SimpleArray< const ON_Curve * > &InCurves, ON_SimpleArray< ON_Curve * > &OutCurves, double join_tol, bool bPreserveDirection=false, ON_SimpleArray< int > *key=0)
 
ON_DECL bool ON_SortCurves (const ON_SimpleArray< const ON_Curve * > &curves, ON_SimpleArray< int > &index, ON_SimpleArray< bool > &bReverse)
 
ON_DECL bool ON_SortCurves (const ON_SimpleArray< ON_Curve * > &curves, ON_SimpleArray< int > &index, ON_SimpleArray< bool > &bReverse)
 
ON_DECL bool ON_SortCurves (int curve_count, const ON_Curve *const *curve_list, int *index, bool *bReverse)
 
ON_DECL bool ON_SortLines (const ON_SimpleArray< ON_Line > &line_list, int *index, bool *bReverse)
 
ON_DECL bool ON_SortLines (int line_count, const ON_Line *line_list, int *index, bool *bReverse)
 
ON_DECL ON_CurveON_TrimCurve (const ON_Curve &curve, ON_Interval trim_parameters)
 

Function Documentation

◆ ON_ClosedCurveOrientation()

ON_DECL int ON_ClosedCurveOrientation ( const ON_Curve & curve,
const ON_Xform * xform )

◆ ON_ForceMatchCurveEnds()

ON_DECL bool ON_ForceMatchCurveEnds ( ON_Curve & Crv0,
int end0,
ON_Curve & Crv1,
int end1 )

◆ ON_JoinCurves()

ON_DECL int ON_JoinCurves ( const ON_SimpleArray< const ON_Curve * > & InCurves,
ON_SimpleArray< ON_Curve * > & OutCurves,
double join_tol,
bool bPreserveDirection = false,
ON_SimpleArray< int > * key = 0 )

◆ ON_SortCurves() [1/3]

ON_DECL bool ON_SortCurves ( const ON_SimpleArray< const ON_Curve * > & curves,
ON_SimpleArray< int > & index,
ON_SimpleArray< bool > & bReverse )

◆ ON_SortCurves() [2/3]

ON_DECL bool ON_SortCurves ( const ON_SimpleArray< ON_Curve * > & curves,
ON_SimpleArray< int > & index,
ON_SimpleArray< bool > & bReverse )

◆ ON_SortCurves() [3/3]

ON_DECL bool ON_SortCurves ( int curve_count,
const ON_Curve *const * curve_list,
int * index,
bool * bReverse )

◆ ON_SortLines() [1/2]

ON_DECL bool ON_SortLines ( const ON_SimpleArray< ON_Line > & line_list,
int * index,
bool * bReverse )

◆ ON_SortLines() [2/2]

ON_DECL bool ON_SortLines ( int line_count,
const ON_Line * line_list,
int * index,
bool * bReverse )

◆ ON_TrimCurve()

ON_DECL ON_Curve * ON_TrimCurve ( const ON_Curve & curve,
ON_Interval trim_parameters )