This enum is referenced in the 'Control' tree node and reflects the mode of triangle count reduction during surface meshing.
Declaration Syntax
public enum TriangleCountReductionMode
Table 1124: Members
Member |
Aggressive |
Define triangle count reduction mode to Aggressive, so that mesher will try to move and remove triangles. |
Member |
Conservative |
Define triangle count reduction mode to Conservative, so that mesher will try to remove only the boundary triangles. |
Member |
None |
Define triangle count reduction mode to None, so that mesher will not remove any triangle. |