::hwat::utils::PositionDummyOnImport
Positions the dummy’s H-point at the required coordinates and, if required, rotates the dummy’s back angle by the given amount.
Syntax
PositionDummy rootSysId hPointX hPointY hPointZ [backangle] [xRot] [yRot] [zRot]
Arguments
- rootSysId
- The ID of the root system of the dummy.
- hPointX
- The x-coordinate of the final position of the H-point of the dummy.
- hPointY
- The y-coordinate of the final position of the H-point of the dummy.
- hPointZ
- The z-coordinate of the final position of the H-point of the dummy.
- backangle
- The angle to rotate the dummy about the y-axis after it has been positioned.
- xRot
- The angle to rotate the dummy about the x-axis after import.
- yRot
- The angle to rotate the dummy about the x-axis after import.
- zRot
- The angle to rotate the dummy about the x-axis after import.
Returns
- Success
- 1
- Failure
- {}
Example
::hwat::utils::PositionDummy 1234 3100 –370 500 10 0.0 0.0 180.0.
Comments
If the rotation angles are given, the order of the dummy rotation will be x, y, z.