HyperWorks Tools

::hwat::utils::BoundingBoxFromCompList

::hwat::utils::BoundingBoxFromCompList

Previous topic Next topic No expanding text in this topic  

::hwat::utils::BoundingBoxFromCompList

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

NAME

::hwat::utils::BoundingBoxFromCompList - This function calculates the bounding box from the given list of components.

 

SYNTAX

::hwat::utils::BoundingBoxFromCompList n_compList

 

ARGUMENTS

n_compList

A Tcl list of component IDs.

 

RETURNS

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

 

EXAMPLE

::hwat::utils::BoundingBoxFromCompList [list 1 2 3 4 5]

 

See also

Utils Functions