Close

Relief for ODA Team in Ukraine

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

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

 

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