AcGePolyline3d::AcGePolyline3d

C++
AcGePolyline3d(
    const AcGeCurve3d& crv, 
    double apprEps
);
Parameters
Parameters 
Description 
crv 
Input curve to be approximated by polyline 
apprEps 
Input approximation tolerance 
Description

Constructs a polyline approximating a curve within the specified tolerance. 

 

Links