Share

AcGeAugPolyline3d::AcGeAugPolyline3d

C++

GE_DLLEXPIMPORT AcGeAugPolyline3d(
    const AcGeCurve3d& curve, 
    double fromParam, 
    double toParam, 
    double apprEps
);

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.

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

Links

AcGeAugPolyline3d

Was this information helpful?