HyperWorks Tools

::hwat::core::AdjustSplinePlateAngle

::hwat::core::AdjustSplinePlateAngle

Previous topic Next topic No expanding text in this topic  

::hwat::core::AdjustSplinePlateAngle

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::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

1 if successful, {} if unsuccessful.

 

EXAMPLE

::hwat::core::AdjustSplinePlateAngle 1234 [list 3100 –370 700] 67681 99011

 

 

See also

Core Functions