SoShapeHintsElementVertexOrderings Enumeration |
Hints about ordering of face vertices.
Namespace: OIV.Inventor.Elements
Member name | Value | Description | |
---|---|---|---|
UNKNOWN_ORDERING | 0 | No ordering info is known. | |
CLOCKWISE | 1 | Vertices are ordered CW around faces. | |
COUNTERCLOCKWISE | 2 | Vertices are ordered CCW around faces. | |
ORDERING_AS_IS | 3 | Indicates to OIV.Inventor.Elements.SoShapeHintsElement.Set(OIV.Inventor.Misc.SoState, OIV.Inventor.Elements.SoShapeHintsElement.VertexOrderings, OIV.Inventor.Elements.SoShapeHintsElement.ShapeTypes, OIV.Inventor.Elements.SoShapeHintsElement.FaceTypes) to leave as is. |