poIContourCtrl SetLayer
Sets the current layer label.
Syntax
poIContourCtrl_handle SetLayer layer
Application
HyperView Tcl Modify
Description
This command sets the current layer label. For this multiple layer support, the string name passed should be “Top/Bottom”. If not, multiple layer will be disabled and ends up setting the layer name which is being passed.
Inputs
- layer
- The shell layer label or one of the following derived types:
- max
- Stores the maximum value of all layers.
- min
- Stores the minimum value of all layers.
- extreme
- Stores the maximum absolute value or 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.
Error
Returns HW_Success.