Circle2d.Flatten Method
Public Function Flatten( _
ByVal tol As Double, _
ByVal mode As FlattenMode _
) As Poly2d
This language is not supported or no code example is available.
public Poly2d Flatten(
double tol,
FlattenMode mode
)
This language is not supported or no code example is available.
public:
Poly2d^ Flatten(
double tol,
FlattenMode mode
)
This language is not supported or no code example is available.
Parameters
- tol
- double
The tolerance of circle. If this is smaller than Calc.Epsilon, it is adjusted to this value.
- mode
- FlattenMode
The mode used when computing, Inside, Outside or Optimal.
Return Value
Poly2dThe flattened circle as a new Poly2d