Parameters |
Description |
const OdGeKnotVector& knots |
[in] Knot vector. |
const OdGePoint3dArray& fitPnts |
[in] An array of 3D fit points. |
const OdGeVector3dArray& firstDerivs |
[in] Array of first derivatives at the fit points. |
bool isPeriodic = false |
[in] True if the cubic spline curve should be periodic (closed). |
Constructor for objects of the OdGeCubicSplineCurve3d class. Constructs a cubic spline curve based on fit points, knot vectors and first derivatives at the fit points and option that specifies whether cubic spline curve should be closed.
Currently not implemented.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|