HyperWorks Tools

::hwat::utils::GetXYZFromTag

::hwat::utils::GetXYZFromTag

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetXYZFromTag

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

NAME

::hwat::utils::GetXYZFromTag - Returns the coordinates of the node with the given tag.

 

SYNTAX

::hwat::utils::GetXYZFromTag Tag [option]

 

ARGUMENTS

Tag

Keyword "TAG:" followed by the tag name.

option

global or local (default = "global").

 

RETURNS

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

 

EXAMPLE

::hwat::utils::GetXYZFromTag "TAG:striker" "global".

 

 

See also

Utils Functions