SoShapeHintsWindingTypes Enumeration |
Winding type possible values.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
NO_WINDING_TYPE | 0 | Draw without holes (default). | |
ODD_TYPE | 1 | Regions with odd winding numbers are filled. This is the most commonly used winding rule. | |
NON_ZERO_TYPE | 2 | Regions with non-zero winding numbers are filled. | |
POSITIVE_TYPE | 3 | Regions with positive winding numbers are filled. | |
NEGATIVE_TYPE | 4 | Regions with negative winding numbers are filled. | |
ABS_GEQ_TWO_TYPE | 5 | Regions with winding numbers whose absolute value is greater than or equal to two are filled. |