Create a scalar result for a part/mesh with the given mapping and values.
Note: There is some performance penalty for visualizing per element or per element node results, as the vertices needs to be duplicated in order to produce the WebGL based visualization. This will result in higher GPU and CPU memory usage.
The result mapping of this object
A readonly array with the scalar results
The range (miin/max) if the valueArray
Generated using TypeDoc
Scalar results for one part in one state.
The results can be mapped to the mesh as per node, per elements or per element node results.
The PartScalars class is immutable.