API Reference > OdGe Classes > OdGeNurbCurve3d Class > OdGeNurbCurve3d Constructor > OdGeNurbCurve3d::OdGeNurbCurve3d Constructor (OdGeEllipArc3d&, int)
OdGeNurbCurve3d::OdGeNurbCurve3d Constructor (OdGeEllipArc3d&, int)
Syntax
C++
OdGeNurbCurve3d(const OdGeEllipArc3d& ellipse, int numSpans = 0);
Parameters 
Description 
const OdGeEllipArc3d& ellipse 
[in] Input elliptic arc from which nurb curve is constructed.  
int numSpans = 0 
[in] The number of knot spans in nurb curve. 

Constructor for the OdGeNurbCurve3d class. 

 

Constructs curve geometrically identical to an elliptic arc. If numSpans == 0 (default) it is automatically calculated from the ellipse domain.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.