Share

AcGePolyline2d::AcGePolyline2d

C++

GE_DLLEXPIMPORT AcGePolyline2d(
    const AcGeCurve2d& 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

AcGePolyline2d

Was this information helpful?