HyperWorks Tools

::hwat::utils::GetBBoxFromElements

::hwat::utils::GetBBoxFromElements

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetBBoxFromElements

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

NAME

::hwat::utils::GetBBoxFromElement - Returns the bounding box formed by given elements.

 

SYNTAX

::hwat::utils::GetBBoxFromElements {elemlist}

 

ARGUMENTS

elemlist

A Tcl list of element IDs.

 

RETURNS

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

 

EXAMPLE

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

 

Comments

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

 

 

See also

Utils Functions