::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.
PositionDummy rootSysId hPointX hPointY hPointZ [backangle] [xRot] [yRot] [zRot]
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 (default = 0.0). |
xRot |
The angle to rotate the dummy about the x-axis after import (default = 0.0). |
yRot |
The angle to rotate the dummy about the x-axis after import (default = 0.0). |
zRot |
The angle to rotate the dummy about the x-axis after import (default = 0.0). |
1 if successful, {} otherwise.
::hwat::utils::PositionDummy 1234 3100 –370 500 10 0.0 0.0 180.0.
If the rotation angles are given, the order of the dummy rotation will be x, y, z.