HyperWorks Tools

::hwat::utils::GetBBoxFromNodes

::hwat::utils::GetBBoxFromNodes

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetBBoxFromNodes

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

NAME

::hwat::utils::GetBBoxFromNodes - Returns the bounding box formed by given nodes.

 

SYNTAX

::hwat::utils::GetBBoxFromNodes {nodelist}

 

ARGUMENTS

nodelist

A Tcl list of node IDs.

 

RETURNS

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

 

EXAMPLE

::hwat::utils::GetBBoxFromNodes [list 101 102 ….. 230 231 ]

 

Comments

This operation is much slower than the regular BoundingBox routine and should only be used when absolutely required.

 

 

See also

Utils Functions