Arc2d.Flatten (Poly2d, Double, FlattenMode, Boolean, Boolean) Method
Public Sub Flatten( _
ByVal append_to As Poly2d, _
ByVal tol As Double, _
ByVal mode As FlattenMode, _
ByVal add_first As Boolean, _
ByVal add_last As Boolean _
)
This language is not supported or no code example is available.
Parameters
- append_to
- Poly2d
The poly to append points to.
- tol
- double
The maximum error.
- mode
- FlattenMode
Mode to use when flattening. See FlattenMode for details.
- add_first
- bool
If the first point in the approximation should be added to the result.
- add_last
- bool
If the last point of the approximation should be added.