::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.
AlignDriverDummyAlongZAxis dummySystemId chinNode option [ModuleMaxZ] [wheelCompsList]
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 == "") |
1 if successful, {} if unsuccessful.
::hwat::core::AlignDriverDummyAlongZAxis 1234 13234 1 1578.99
Required for OOP dummy positioning.