FlattenMode Enumeration
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. |