Enum: TriangleCountReductionMode
This enum is referenced in the “Control” tree node and reflects the mode of triangle count reduction during surface meshing.
Examples
Fields
Name |
Description |
Aggressive
|
Define triangle count reduction mode to Aggressive, so that mesher will try to move and remove triangles.
|
Conservative
|
Define triangle count reduction mode to Conservative, so that mesher will try to remove only the boundary triangles.
|
None
|
Define triangle count reduction mode to None, so that mesher will not remove any triangle.
|
Undefined
|
Undefined.
|