::hwat::utils::GetBBoxFromNodes - Returns the bounding box formed by given nodes.
::hwat::utils::GetBBoxFromNodes {nodelist}
nodelist |
A Tcl list of node IDs. |
A Tcl list of the form MinX MinY MinZ MaxX MaxY MaxZ if successful, {} otherwise.
::hwat::utils::GetBBoxFromNodes [list 101 102 ….. 230 231 ]
This operation is much slower than the regular BoundingBox routine and should only be used when absolutely required.