::hwat::utils::GetMinMaxFromElements - Returns the 2-D bounding box formed by the elements on the plane defined by the arguments.
::hwat::utils::GetMinMaxFromElements {elems} n_zNode n_oNode n_xNode
elems |
A Tcl list of element IDs. |
n_zNode |
The ID of the node which defines the tip of the plane's normal. |
n_oNode |
The ID of the node which defines the tail of the plane's normal. |
n_xNode |
The ID of the node which defines the x-axis. |
A Tcl list of the form xmin, ymin, xmax, ymax if successful, {} otherwise.
::hwat::utils::GetMinMaxFromElements [list 102 103 104] 10 23 50.
The vector defines the z-axis.