Click or drag to resize
SoShapeHintsvertexOrdering Property

Indicates how the vertices of faces are ordered.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SoSFEnum<SoShapeHintsVertexOrderings> vertexOrdering { get; }

Property Value

Type: SoSFEnumSoShapeHintsVertexOrderings
Remarks

CLOCKWISE ordering means that the vertices of each face form a clockwise loop around the face, when viewed from the outside (the side toward which the normal points). Use enum OIV.Inventor.Nodes.SoShapeHints.VertexOrderings. Default is UNKNOWN_ORDERING.

See Also