::hwat::utils::GetActualBBoxFromBBox - Returns the actual bounding box of the nodes enclosed in the given bounding box.
::hwat::utils::GetActualBBoxFromBBox {boxdimensions} assemName
boxdimensions |
Tcl list containing the box dimensions in the following order : MinX, MinY, MinZ, MaxX, MaxY, MaxZ . |
assemName |
The assembly name (default = ""). |
A Tcl list of the form MinX, MinY, MinZ, MaxX, MaxY, MaxZ if successful, {} otherwise.
::hwat::utils::GetActualBBoxFromBBox [list 0.0 0.0 0.0 10.0 20.0 15.0] "MIDRAIL_L"
If no assembly name is given, the entities displayed on the screen will be considered.