Share

AcGeNurbCurve2d::AcGeNurbCurve2d (AcGeCurve2d&, double) Constructor

C++

GE_DLLEXPIMPORT AcGeNurbCurve2d(
    const AcGeCurve2d& curve, 
    double epsilon = AcGeContext::gTol.equalPoint()
);

Description

Constructs a cubic interpolation spline approximating curve with the distance of epsilon.

Parameters

Parameters Description
curve Input generic 2D curve
epsilon Input approximation tolerance value

Links

AcGeNurbCurve2d

Was this information helpful?