::hwat::core::GetNodesOnBoxPeriphery - This function returns a Tcl list of nodes that lie on the periphery of the passed box.
GetNodesOnBoxPeriphery {boxdimensions} assemName
boxdimensions |
Tcl list containing the box dimensions in the following order : MinX, MinY, MinZ, MaxX, MaxY, MaxZ . |
assemName |
Name of the assembly housing the nodes. If no name is given all the nodes in the display will be considered (default = ""). |
A Tcl list of nodes on the periphery of the bounding box if successful,{} otherwise.
::hwat::core::GetNodesOnPeriphery [list 0.0 0.0 0.0 10.0 20.0 15.0] "MIDRAIL_L"
If no assembly name is given the entities displayed on the screen will be considered.