Click or drag to resize
SoShapeHintsElementVertexOrderings Enumeration

Hints about ordering of face vertices.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum VertexOrderings
Members
  Member nameValueDescription
UNKNOWN_ORDERING0

No ordering info is known.

CLOCKWISE1

Vertices are ordered CW around faces.

COUNTERCLOCKWISE2

Vertices are ordered CCW around faces.

ORDERING_AS_IS3

Indicates to set() to leave as is.

Remarks