PbMeshAddValuesSet Method (Int32, Single, String) |
Adds a set of scalar values.
Namespace: OIV.MeshViz.Data
the index of the new set added.
the array of values. Its size must be the number of nodes.
string associated with this set of values.
The values are located at nodes so the number of values in a set must be equal to the number of nodes in the mesh. NOTE: This method must be called after a setGeometry method because the size of the argument val is determined by the number of nodes in the mesh. The setGeometry methods are defined in subclasses of OIV.MeshViz.Data.PbMesh.