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