Uses of Enum Class
com.openinventor.inventor.nodes.SoShapeHints.VertexOrderings
Packages that use SoShapeHints.VertexOrderings
-
Uses of SoShapeHints.VertexOrderings in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoShapeHints.VertexOrderingsModifier and TypeMethodDescriptionSoCallbackAction.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.VertexOrderingsModifier and TypeFieldDescriptionSoShapeHints.vertexOrderingIndicates how the vertices of faces are ordered.Methods in com.openinventor.inventor.nodes that return SoShapeHints.VertexOrderingsModifier and TypeMethodDescriptionstatic SoShapeHints.VertexOrderingsSoShapeHints.VertexOrderings.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoShapeHints.VertexOrderingsReturns the enum constant of this class with the specified name.static SoShapeHints.VertexOrderings[]SoShapeHints.VertexOrderings.values()Returns an array containing the constants of this enum class, in the order they are declared.