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