::hwat::core::AdjustSplinePlateAngle
Rotates the dummy about the y axis until the angle between the vector formed by the spline plate nodes and the x-axis is 6 degrees.
Syntax
AdjustSplinePlateAngle dummySystemId hPoint upperSplinePlateNode lowerSplinePlateNode
Arguments
- dummySystemId
- The ID of the dummy root system.
- hPoint
- A Tcl list containing the x,y, and z coordinates of the H point of the dummy.
- upperSplinePlateNode
- The ID of the upper spline plate node.
- lowerSplinePlateNode
- The ID of the lower spline plate node.
Returns
- Success
- 1
- Failure
- {}
Example
::hwat::core::AdjustSplinePlateAngle 1234 [list 3100 –370 700] 67681 99011