::hwat::core::FindDummyAngleToRotate - Finds the angle the system has to rotate about a particular axis in order to align the base and target nodes.
::hwat::core::FindDummyAngleToRotate n_systemId n_baseNode n_targetNode str_axis
n_systemId |
The ID of the system. |
n_baseNode |
The ID of the base node. |
n_targetNode |
The ID of the target node. |
str_axis |
The axis about which to rotate. The possible options are: 0 = x-axis, 1 = y-axis, 2 = z-axis, (default = "2"). |
The angle to rotate if successful, {} otherwise.
::hwat::core::FindDummyAngleToRotate 12002 151987 123308 "0"