Package | Description |
---|---|
com.openinventor.meshviz.fields | |
com.openinventor.meshviz.nodes |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static PoMeshProperty.DataBindings |
PoMeshProperty.DataBindings.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoMeshProperty.DataBindings |
PoMeshProperty.DataBindings.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static 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.
|
Modifier and Type | Method and 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.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com