Package | Description |
---|---|
com.openinventor.meshviz.data |
Modifier and Type | Method and Description |
---|---|
static PbMesh.DataBindings |
PbMesh.DataBindings.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
PbMesh.DataBindings |
PbMesh.getValuesBinding(int set_index)
Gets the binding of the scalar value set.
|
static PbMesh.DataBindings |
PbMesh.DataBindings.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PbMesh.DataBindings |
PbMesh.DataBindings.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PbMesh.DataBindings[] |
PbMesh.DataBindings.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PbMesh.addValuesSet(int set_index,
float[] val,
PbMesh.DataBindings binding)
Calls addValuesSet(set_index, val, binding, "").
|
void |
PbMesh.addValuesSet(int set_index,
float[] val,
PbMesh.DataBindings binding,
java.lang.String set_name)
Adds a set of scalar values that can be located either at nodes or at cells.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com