
10-10
LETRZ (Statement)
Function
Assigns a value to the Z axis rotation component of the position type.
Format
LETRZ <Position type variable> = <Z axis rotation angle>
Explanation
The statement starts with LETRZ and the right side of the expression is a Z
axis rotation angle. By the execution of this assignment, the Z axis rotation
component of <Position type variable> is changed to the value of <Z-axis
rotation angle>.
Related Terms
LETRX, LETRY, LETR
Example
DEFPOS lp1, lp2, lp3
DEFSNG lf1, lf2
LETRZ lp1 = POSRZ(lp3) 'Assigns the Z axis rotation component of lp3 to that of
lp1.
LETRZ lp2 = lf1 - lf2 'Assigns the value of (lf1 - lf2) to the Z axis rotation
'component of lp2.
Komentarze do niniejszej Instrukcji