API Reference > OdGe Classes > OdGeCubicSplineCurve3d Class > OdGeCubicSplineCurve3d Constructor > OdGeCubicSplineCurve3d::OdGeCubicSplineCurve3d Constructor (OdGePoint3dArray&, OdGeTol&)
OdGeCubicSplineCurve3d::OdGeCubicSplineCurve3d Constructor (OdGePoint3dArray&, OdGeTol&)
Syntax
C++
OdGeCubicSplineCurve3d(const OdGePoint3dArray& fitPnts, const OdGeTol& tol = OdGeContext::gTol);
Parameters 
Description 
const OdGePoint3dArray& fitPnts 
[in] An array of 3D fit points.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Constructor for objects of the OdGeCubicSplineCurve3d class. Constructs a periodic (closed) cubic spline curve. The last fit point must equal the first one. 

 

Currently not implemented.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.