Uses of Class
com.openinventor.meshviz.nodes.PoMesh1DHints.GeomInterpretations
-
Packages that use PoMesh1DHints.GeomInterpretations Package Description com.openinventor.meshviz.elements com.openinventor.meshviz.nodes -
-
Uses of PoMesh1DHints.GeomInterpretations in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return PoMesh1DHints.GeomInterpretations Modifier and Type Method Description static PoMesh1DHints.GeomInterpretations
PoMesh1DHintsElement. get(SoState state)
static PoMesh1DHints.GeomInterpretations
PoMesh1DHintsElement. getDefault()
Methods in com.openinventor.meshviz.elements with parameters of type PoMesh1DHints.GeomInterpretations Modifier and Type Method Description static 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.GeomInterpretations Modifier and Type Field Description SoSFEnum<PoMesh1DHints.GeomInterpretations>
PoMesh1DHints. geomInterpretation
Methods in com.openinventor.meshviz.nodes that return PoMesh1DHints.GeomInterpretations Modifier and Type Method Description static PoMesh1DHints.GeomInterpretations
PoMesh1DHints.GeomInterpretations. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoMesh1DHints.GeomInterpretations
PoMesh1DHints.GeomInterpretations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoMesh1DHints.GeomInterpretations[]
PoMesh1DHints.GeomInterpretations. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-