HyperWorks Tools

::hwat::core::AlignDriverDummyAlongZAxis

::hwat::core::AlignDriverDummyAlongZAxis

Previous topic Next topic No expanding text in this topic  

::hwat::core::AlignDriverDummyAlongZAxis

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

NAME

::hwat::core::AlignDriverDummyAlongZAxis - Translates the DRIVER dummy along the z axis and aligns its chin with the max z of the module or max z of the steering wheel, as required.

 

SYNTAX

AlignDriverDummyAlongZAxis dummySystemId chinNode option [ModuleMaxZ] [wheelCompsList]

 

ARGUMENTS

dummySystemId

The id of the dummy root system.

chinNode

The id of the chin node.

option

Either 1 or 2

1 - Chin on module.

2 - Chin on wheel.

ModuleMaxZ

The max z coordinate of the module returned by the FindAirBagDimensions function.  Required only for option 1 (default = "").

wheelCompsList

A Tcl list of the wheel components IDs.  Required only for option 2. (default == "")

 

RETURNS

1 if successful, {} if unsuccessful.

 

EXAMPLE

::hwat::core::AlignDriverDummyAlongZAxis 1234 13234 1 1578.99

 

Comments

Required for OOP dummy positioning.

 

See also

Core Functions