API Reference > Classes > Geometry Classes > OdBmGHermiteSpline Class > OdBmGHermiteSpline Methods > OdBmGHermiteSpline::set Method (OdGePoint3dArray&, bool)
OdBmGHermiteSpline::set Method (OdGePoint3dArray&, bool)
Syntax
C++
OdResult set(const OdGePoint3dArray& arrControlPoints, bool isPeriodic);
Parameters 
Description 
controlPoints 
[in] Input array of HermiteSpline control points.  
periodic 
[in] Input 'periodic' status.
 

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

Sets the hermite spline data. 

 

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