PoMeshPropertyAddValuesSet Method (Int32, Single, String) |
Convenience method to add a new set of scalar values to the mesh.
Namespace: OIV.MeshViz.Nodes
the index of the new set added
the array of values. Its size must be the number of nodes
string associated to this set of values
The values are localized at nodes so the number of values in a set must be equal to the number of nodes in the mesh.
PbMesh.addValuesSet()
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 PoMeshProperty.