Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCubicSplineCurve3d::OdGeCubicSplineCurve3d Constructor (const OdGePoint3dArray&, const OdGeTol&)
Syntax
C++
OdGeCubicSplineCurve3d(const OdGePoint3dArray& fitPnts, const OdGeTol& tol = OdGeContext::gTol);

Constructor for the OdGeCubicSplineCurve3d class. Constructs a periodic (closed) cubic spline curve. The last fit point must equal to the first one. Currently not implemented. 

 

Parameters
Description
fitPnts
[in] An array of 3D fit points.
tol
[in] Geometric tolerance.
Copyright © 2002-2022. Open Design Alliance All rights reserved.