HyperWorks Tools

::hwat::core::FindAirBagDimensions

::hwat::core::FindAirBagDimensions

Previous topic Next topic No expanding text in this topic  

::hwat::core::FindAirBagDimensions

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

NAME

::hwat::core::FindAirBagDimensions - Finds the various air bag dimensions needed by the OOP dummy positioning functions.

 

SYNTAX

FindAirBagDimensions node1 node2 node3 node4

 

ARGUMENTS

node1

The node 1 of the airbag.

node2

The node 2 of the airbag.

node3

The node 3 of the airbag.

node4

The node 4 of the airbag.

 

RETURNS

A Tcl list of the form d_midX d_midY d_midZ d_maxZ, if successful.

Where:

d_midX = The x coordinate of the mid point of the airbag.

d_midY = The y coordinate of the mid point of the airbag.

d_midZ = The z coordinate of the mid point of the airbag.

d_maxZ = The max z for all nodes selected which is assumed to correspond to max z of the module.

{} if unsuccessful.

 

EXAMPLE

::hwat::core::FindAirBagDimensions 1234 6568 8711 7771.

 

 

See also

Core Functions