Share

AcGeNurbCurve2d::AcGeNurbCurve2d

C++

GE_DLLEXPIMPORT AcGeNurbCurve2d(
    const AcGePoint2dArray& fitPoints, 
    const AcGeTol& fitTolerance = AcGeContext::gTol
);

Description

Constructs a 2D polynomial spline interpolating a given array if 2D points within given tolerance.

Parameters

Parameters Description
fitPoints Input points interpolating the spline curve
fitTolerance Input maximal deviation of the curve from the fitPoints

Links

AcGeNurbCurve2d

Was this information helpful?