Share

AcGeNurbCurve3d::AcGeNurbCurve3d (AcGeCurve3d&, double) Constructor

C++

GE_DLLEXPIMPORT AcGeNurbCurve3d(
    const AcGeCurve3d& 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 3D curve
epsilon Input approximation tolerance value

Links

AcGeNurbCurve3d

Was this information helpful?