Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbCurve3d::OdGeNurbCurve3d Constructor (const OdGeEllipArc3d&, int)
Syntax
C++
OdGeNurbCurve3d(const OdGeEllipArc3d& ellipse, int numSpans = 0);

Constructor for the OdGeNurbCurve3d class. 

 

Parameters
Description
ellipse
[in] Input elliptic arc from which nurb curve is constructed.
numSpans
[in] The number of knot spans in nurb curve.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.