Share

AcGePolyline3d::AcGePolyline3d

C++

GE_DLLEXPIMPORT AcGePolyline3d(
    const AcGeCurve3d& crv, 
    double apprEps
);

Description

Constructs a polyline approximating a curve within the specified tolerance.

Parameters

Parameters Description
crv Input curve to be approximated by polyline
apprEps Input approximation tolerance

Links

AcGePolyline3d

Was this information helpful?