Click or drag to resize
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
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum VertexOrderings
Members
  Member nameValueDescription
UNKNOWN_ORDERING0

Ordering of vertices is unknown.

CLOCKWISE1

Face vertices are ordered clockwise (from the outside)

COUNTERCLOCKWISE2

Face vertices are ordered counterclockwise (from the outside)

Remarks