FlattenMode Enumeration

Specifies how an object should be flattened.
Fields
 
Name Value Description
Inside 1 The result should be on the inside of the original object.
Optimal 2 The result should have as few segments as possible with the given tolerance.
Outside 0 The result should be on the outside of the original object.

In this article

Definition