Uses of Class
com.openinventor.inventor.nodes.SoShapeHints.VertexOrderings
-
Packages that use SoShapeHints.VertexOrderings Package Description com.openinventor.inventor.actions com.openinventor.inventor.nodes -
-
Uses of SoShapeHints.VertexOrderings in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoShapeHints.VertexOrderings Modifier and Type Method Description SoShapeHints.VertexOrderings
SoCallbackAction. getVertexOrdering()
Returns the current shape hints from the state. -
Uses of SoShapeHints.VertexOrderings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoShapeHints.VertexOrderings Modifier and Type Field Description SoSFEnum<SoShapeHints.VertexOrderings>
SoShapeHints. vertexOrdering
Indicates how the vertices of faces are ordered.Methods in com.openinventor.inventor.nodes that return SoShapeHints.VertexOrderings Modifier and Type Method Description static SoShapeHints.VertexOrderings
SoShapeHints.VertexOrderings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoShapeHints.VertexOrderings
SoShapeHints.VertexOrderings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoShapeHints.VertexOrderings[]
SoShapeHints.VertexOrderings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-