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

Success
A Tcl list of the form MinX MinY MinZ MaxX MaxY Max
Failure
{}

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.