Uses of Enum Class
com.openinventor.meshviz.nodes.PoMesh1DHints.GeomInterpretations
Packages that use PoMesh1DHints.GeomInterpretations
-
Uses of PoMesh1DHints.GeomInterpretations in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return PoMesh1DHints.GeomInterpretationsMethods in com.openinventor.meshviz.elements with parameters of type PoMesh1DHints.GeomInterpretationsModifier and TypeMethodDescriptionstatic void
PoMesh1DHintsElement.set
(SoState state, SoNode node, PoMesh1DHints.GeomInterpretations geomInterpretation) -
Uses of PoMesh1DHints.GeomInterpretations in com.openinventor.meshviz.nodes
Fields in com.openinventor.meshviz.nodes with type parameters of type PoMesh1DHints.GeomInterpretationsMethods in com.openinventor.meshviz.nodes that return PoMesh1DHints.GeomInterpretationsModifier and TypeMethodDescriptionPoMesh1DHints.GeomInterpretations.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static PoMesh1DHints.GeomInterpretations[]
PoMesh1DHints.GeomInterpretations.values()
Returns an array containing the constants of this enum class, in the order they are declared.