poIIsoValueCtrl SetLayer
Sets the current layer.
Syntax
poIIsoValueCtrl_handle SetLayer layer
Application
HyperView Tcl Modify
Description
This command sets the current layer.
Note: The scalar storage within HyperView can accept a layer or a derived quantity of all layers (see
below).
Inputs
- layer
- The layer label or one of the following derived types:
- max
- Store the maximum value of all layers.
- min
- Store the minimum value of all layers.
- extreme
- Store the maximum absolute value of all layers.
- sum
- Stores the (scalar) sum of all values among the layers for each entity.
- average
- Stores the (scalar) average value among the layers which contain data for each entity.
- range
- Stores the difference between the maximum and minimum values among the layers for each entity.
- maxlayer
- Stores the layer number (instead of the actual value) which contributed to the maximum value for each entity.
- minlayer
- Stores the layer number (instead of the actual value) which contributed to the minimum value for each entity.
- extremelayer
- Stores the layer number (instead of the actual value) which contributed to the maximum values for each entity.
Note: Only in the case of results based at the elemental centroid, would one layer per
element be displayed. For corner bound or nodal bound results (in the case of averaging),
different layers may contribute to the max/min/extreme value at each corner/node of the
same element.
Errors
Returns 0 if successful, otherwise an error code.