API Reference > Classes > Essential_Classes > OdBmCurveElem Class > OdBmCurveElem Methods > OdBmCurveElem::createHermiteSpline Method (OdGePoint3dArray, bool)
OdBmCurveElem::createHermiteSpline Method (OdGePoint3dArray, bool)
Syntax
C++
OdResult createHermiteSpline(OdGePoint3dArray controlPoints, bool periodic);
Parameters 
Description 
OdGePoint3dArray controlPoints 
[in] Input array of HermiteSpline control points.  
bool periodic 
[in] Input 'periodic' status.
 

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

Creates a hermite spline. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.