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