SoShapeHintsvertexOrdering Property |
Indicates how the vertices of faces are ordered.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
SoSFEnumSoShapeHintsVertexOrderingsRemarks 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