::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

Success
1
Failure
{}

Example

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

Comments

Required for OOP dummy positioning.