Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmCurveElem::createNurbSpline Method (OdUInt32, OdGeKnotVector, OdGePoint3dArray)
Syntax
C++
OdResult createNurbSpline(OdUInt32 degree, OdGeKnotVector knots, OdGePoint3dArray controlPoints);

Creates a NURB spline. 

 

Parameters
Description
degree
[in] Input spline degree value.
knots
[in] Input array of knots.
controlPoints
[in] Input array of spline control points.

eOk if the operation completed successfully, or an appropriate error code otherwise.

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