HyperWorks Tools

::hwat::utils::GetXYZFromNode

::hwat::utils::GetXYZFromNode

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetXYZFromNode

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

NAME

::hwat::utils::GetXYZFromNode - Finds the coordinates of the node.

 

SYNTAX

::hwat::utils::GetXYZFromNode nodeid [option]

 

ARGUMENTS

nodeid

A Tcl list of node IDs.

option

global or local (default = "global").

 

RETURNS

A Tcl list of lists containing the x, y, and z coordinates of the nodes if successful, {} if unsuccessful.

 

EXAMPLE

::hwat::utils::GetXYZFromNode [list 1001 1002] local

 

 

See also

Utils Functions