Share

AcGeCubicSplineCurve3d::AcGeCubicSplineCurve3d

C++

GE_DLLEXPIMPORT AcGeCubicSplineCurve3d(
    const AcGePoint3dArray& fitPnts, 
    const AcGeTol& tol = AcGeContext::gTol
);

Description

Constructs an interpolation cubic closed spline going through the fit points within tolerance specified by the tol object.

Parameters

Parameters Description
fitPnts Input interpolating points
tol Input tolerance object

Links

AcGeCubicSplineCurve3d

Was this information helpful?