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