LETT
(Statement)
Assign a value to the T-axis component of the position variable.
LETT <position variable> = <T-axis rotation angle>
This statement assigns the value of <T-axis rotation angle> on the right-hand side to the T-axis rotation component of <position variable> on the left-hand side.
DEFPOS lp1
|
|
DEFSNG lf1, lf2
|
|
LETT lp1 = lf1 - lf2
|
'Assign the value of (lf1 - lf2) to the T-axis rotation
'component of lp1
|