Uses of Class
com.openinventor.meshviz.nodes.PoMeshProperty.DataBindings
-
Packages that use PoMeshProperty.DataBindings Package Description com.openinventor.meshviz.fields com.openinventor.meshviz.nodes -
-
Uses of PoMeshProperty.DataBindings in com.openinventor.meshviz.fields
Methods in com.openinventor.meshviz.fields with parameters of type PoMeshProperty.DataBindings Modifier and Type Method Description void
PoSFMesh. addValuesSet(int index, float[] val, PoMeshProperty.DataBindings binding)
Calls addValuesSet(index, val, binding, "").void
PoSFMesh. addValuesSet(int index, float[] val, PoMeshProperty.DataBindings binding, java.lang.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.DataBindings Modifier and Type Method Description static PoMeshProperty.DataBindings
PoMeshProperty.DataBindings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoMeshProperty.DataBindings
PoMeshProperty.DataBindings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoMeshProperty.DataBindings[]
PoMeshProperty.DataBindings. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.meshviz.nodes with parameters of type PoMeshProperty.DataBindings Modifier and Type Method Description void
PoMeshProperty. addValuesSet(int index, float[] val, PoMeshProperty.DataBindings binding)
Calls addValuesSet(index, val, binding, "").void
PoMeshProperty. addValuesSet(int index, float[] val, PoMeshProperty.DataBindings binding, java.lang.String set_name)
Adds a set of scalar values that can be located either at nodes or at cells.
-