Click or drag to resize
SoShapeHintsWindingTypes Enumeration

Winding type possible values.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum WindingTypes
Members
  Member nameValueDescription
NO_WINDING_TYPE0

Draw without holes (default).

ODD_TYPE1

Regions with odd winding numbers are filled.

This is the most commonly used winding rule.

NON_ZERO_TYPE2

Regions with non-zero winding numbers are filled.

POSITIVE_TYPE3

Regions with positive winding numbers are filled.

NEGATIVE_TYPE4

Regions with negative winding numbers are filled.

ABS_GEQ_TWO_TYPE5

Regions with winding numbers whose absolute value is greater than or equal to two are filled.

Remarks