SoShapeHintsVertexOrderings Enumeration |
Hints about ordering of face vertices: if ordering of all vertices of all faces is known to be consistent when viewed from "outside" shape or not.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
UNKNOWN_ORDERING | 0 | Ordering of vertices is unknown. | |
CLOCKWISE | 1 | Face vertices are ordered clockwise (from the outside) | |
COUNTERCLOCKWISE | 2 | Face vertices are ordered counterclockwise (from the outside) |