HyperWorks Tools

::hwat::core::GetNodesOnBoxPeriphery

::hwat::core::GetNodesOnBoxPeriphery

Previous topic Next topic No expanding text in this topic  

::hwat::core::GetNodesOnBoxPeriphery

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

NAME

::hwat::core::GetNodesOnBoxPeriphery - This function returns a Tcl list of nodes that lie on the periphery of the passed box.

 

SYNTAX

GetNodesOnBoxPeriphery {boxdimensions} assemName

 

ARGUMENTS

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 = "").

 

RETURNS

A Tcl list of nodes on the periphery of the bounding box if successful,{} otherwise.

 

EXAMPLE

::hwat::core::GetNodesOnPeriphery [list 0.0 0.0 0.0 10.0 20.0 15.0] "MIDRAIL_L"

 

COMMENTS

If no assembly name is given the entities displayed on the screen will be considered.

 

See also

Core Functions