Description
Constructs a polyline approximating a curve within the specified epsilon.
Visual Basic
Public Sub New( curve As Curve3d, epsilon As double )
C#
public PolylineCurve3d( Curve3d curve, double epsilon );
Parameters
Parameters | Description |
---|---|
Curve3d curve | Input curve to be approximated by polyline |
double epsilon | Input approximation epsilon |