AcGeAugPolyline3d::AcGeAugPolyline3d

C++
AcGeAugPolyline3d(
    const AcGeCurve3d& curve, 
    double fromParam, 
    double toParam, 
    double apprEps
);
Parameters
Parameters 
Description 
curve 
Input any 3D curve 
fromParam 
Input parameter value on curve 
toParam 
Input parameter value on curve (must be larger than fromParam) 
apprEps 
Input approximation distance 
Description

Constructs polyline which approximates the input curve. Each vertex of the polyline lies on the input curve. The maximum distance from any point on any segment of the polyline to the input curve does not exceed approxEps

 

Links