HyperWorks Tools

::hwat::utils::CreateTempNode

::hwat::utils::CreateTempNode

Previous topic Next topic No expanding text in this topic  

::hwat::utils::CreateTempNode

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

NAME

::hwat::utils::CreateTempNode - Creates a temporary node at given location(s).

 

SYNTAX

::hwat::utils::CreateTempNode {locations}

 

ARGUMENTS

locations

Tcl list of x, y and z coordinates of the nodes to be created.  The list must be an integral of 3.

 

RETURNS

A list of IDs of the created nodes or {} if unsuccessful.

 

EXAMPLE

::hwat::utils::CreateTempNode [list 0.0 0.0 0.0 1.0 2.0 3.0 6.5 7.6 8.7]

 

Comments

Can create 1 or many nodes.  Lists that are not integral of 3 will result in an error and no temps will be created.

 

See also

Core Functions

Utils Functions