Close

Relief for ODA Team in Ukraine

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

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.
weights
[in] Input array of point weights.

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

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