::hwat::utils::GetActualBBoxFromBBox

Returns the actual bounding box of the nodes enclosed in the given bounding box.

Syntax

::hwat::utils::GetActualBBoxFromBBox {boxdimensions} assemName

Arguments

boxdimensions
Tcl list containing the box dimensions in the following order: MinX, MinY, MinZ, MaxX, MaxY, MaxZ.
assemName
The assembly name.
Default = ""

Returns

Success
A Tcl list of the form MinX, MinY, MinZ, MaxX, MaxY, MaxZ.
Failure
{}

Example

::hwat::utils::GetActualBBoxFromBBox [list 0.0 0.0 0.0 10.0 20.0 15.0] "MIDRAIL_L"

Comments

If no assembly name is given, the entities displayed on the screen will be considered.