::hwat::core::AlignDummyAlongXAxis
Translates the dummy along the x axis until the dummy is as close as possible to the vehicle dash and windshield.
Syntax
AlignDummyAlongXAxis assembly systemId headAssembly chestAssembly
Arguments
- assembly
- The name of the vehicle assembly.
- systemId
- The ID of the dummy root system.
- headAssembly
- The name of the dummy head assembly.
- chestAssembly
- The name of the dummy chest assembly.
Returns
- Success
- 1
- Failure
- {}
Example
::hwat::core::AlignDummyAlongXAxis "VEHICLE" 1234 "Head And Neck" "Thorax"
Comments
Required for OOP dummy positioning. Should be called after the dummy y and z positioning has been done.