::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
 - ModuleMaxZ
 - The max z coordinate of the module returned by the FindAirBagDimensions function. Required only for option 1.
 - wheelCompsList
 - A Tcl list of the wheel components IDs. Required only for option 2.
 
Returns
- Success
 - 1
 - Failure
 - {}
 
Example
::hwat::core::AlignDriverDummyAlongZAxis 1234 13234 1 1578.99
        Comments
Required for OOP dummy positioning.