Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmGNurbSpline::set Method (OdUInt32, OdGeKnotVector, OdGePoint3dArray, const OdInt32, const OdInt32)
Syntax
C++
OdResult set(OdUInt32 degree, OdGeKnotVector knots, OdGePoint3dArray controlPoints, const OdInt32 aTag = 0, const OdInt32 aFlags = OdBm::GInfoFlags::IsCurveBounded | OdBm::GInfoFlags::Default);

Sets the NURB spline data. 

 

Parameters
Description
degree
[in] Input spline's degree.
knots
[in] Input spline's array of knots.
controlPoints
[in] Input spline's array of control points.
aTag
[in] Input spline's tag.
aFlags
[in] Input additional flags.

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

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