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: 2024.1.1.0 (2024.1.1)
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 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.

Remarks