Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmCurveElem::createHermiteSpline Method (OdGePoint3dArray, OdGeVector3d, OdGeVector3d, bool)
Syntax
C++
OdResult createHermiteSpline(OdGePoint3dArray controlPoints, OdGeVector3d startTangent, OdGeVector3d endTangent, bool periodic);

Creates a hermite spline. 

 

Parameters
Description
controlPoints
[in] Input array of HermiteSpline control points.
startTangent
[in] Input start tangent vector.
endTangent
[in] Input end tangent vector.
periodic
[in] Input 'periodic' status.

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

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