| SoShapeHintsvertexOrdering Property  | 
Indicates how the vertices of faces are ordered. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFEnum<SoShapeHintsVertexOrderings> vertexOrdering { get; }Public ReadOnly Property vertexOrdering As SoSFEnum(Of SoShapeHintsVertexOrderings)
	Get
public:
property SoSFEnum<SoShapeHintsVertexOrderings>^ vertexOrdering {
	SoSFEnum<SoShapeHintsVertexOrderings>^ get ();
}member vertexOrdering : SoSFEnum<SoShapeHintsVertexOrderings> with get
Property Value
Type: 
SoSFEnumSoShapeHintsVertexOrderings
RemarksCLOCKWISE 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