Uses of Enum Class
com.openinventor.meshviz.nodes.PoMeshProperty.DataBindings
Packages that use PoMeshProperty.DataBindings
-
Uses of PoMeshProperty.DataBindings in com.openinventor.meshviz.fields
Methods in com.openinventor.meshviz.fields with parameters of type PoMeshProperty.DataBindingsModifier and TypeMethodDescriptionvoid
PoSFMesh.addValuesSet
(int index, float[] val, PoMeshProperty.DataBindings binding) Calls addValuesSet(index, val, binding, "").void
PoSFMesh.addValuesSet
(int index, float[] val, PoMeshProperty.DataBindings binding, String setName) Adds a set of scalar values that can be located either at nodes or at cells. -
Uses of PoMeshProperty.DataBindings in com.openinventor.meshviz.nodes
Methods in com.openinventor.meshviz.nodes that return PoMeshProperty.DataBindingsModifier and TypeMethodDescriptionstatic PoMeshProperty.DataBindings
PoMeshProperty.DataBindings.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoMeshProperty.DataBindings
Returns the enum constant of this class with the specified name.static PoMeshProperty.DataBindings[]
PoMeshProperty.DataBindings.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.meshviz.nodes with parameters of type PoMeshProperty.DataBindingsModifier and TypeMethodDescriptionvoid
PoMeshProperty.addValuesSet
(int index, float[] val, PoMeshProperty.DataBindings binding) Calls addValuesSet(index, val, binding, "").void
PoMeshProperty.addValuesSet
(int index, float[] val, PoMeshProperty.DataBindings binding, String set_name) Adds a set of scalar values that can be located either at nodes or at cells.