HyperWorks Tools

::hwat::utils::GetActualBBoxFromBBox

::hwat::utils::GetActualBBoxFromBBox

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetActualBBoxFromBBox

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::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

A Tcl list of the form MinX, MinY, MinZ, MaxX, MaxY, MaxZ if successful, {} otherwise.

 

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.

 

 

See also

Utils Functions