::hwat::utils::BoundingBoxFromCompList - This function calculates the bounding box from the given list of components.
::hwat::utils::BoundingBoxFromCompList n_compList
n_compList |
A Tcl list of component IDs. |
A list of the form {MinX MinY MinZ MaxX MaxY MaxZ} if successful, {} otherwise.
::hwat::utils::BoundingBoxFromCompList [list 1 2 3 4 5]