SoShapeHints.vertexOrdering Property |
Indicates how the vertices of faces are ordered.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoShapeHints. VertexOrderings> vertexOrdering { get; }
Public ReadOnly Property vertexOrdering As SoSFEnum(Of SoShapeHints.VertexOrderings)
Get
public:
property SoSFEnum<SoShapeHints. VertexOrderings>^ vertexOrdering {
SoSFEnum<SoShapeHints. VertexOrderings>^ get ();
}
member vertexOrdering : SoSFEnum<SoShapeHints. VertexOrderings> with get
Property Value
Type:
SoSFEnum<SoShapeHints.VertexOrderings>
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 VertexOrdering. Default is UNKNOWN_ORDERING.
See Also