ID : 614
Assignment Statement
Assignment statement refers to a statement to assign variables or certain elements of a variable.
A value to be assigned to the right-hand side of the operator "=" is described.
Assignment Statement List
| Statement name | Function |
|---|---|
| Let | To assign a value to a variable. |
| LetA | To assign a vector value to an approach vector of a homogeneous translation type variable. |
| LetO | To assign a vector value to an orient vector of a homogeneous translation type variable. |
| LetP | To assign a vector value to position elements (X, Y and Z elements) of position type variable or homogeneous translation type variable. |
| LetF | To assign a value to a figure element (FIG) of position type variable or homogeneous translation type variable. |
| LetJ | To assign a value to axis value specified by joint type variable. |
| LetR | To assign a value of vector type data to rotation elements (Rx, Ry, Rz) of the position type variable. |
| LetRx | To assign a value to the Rx rotation element of position type variable. |
| LetRy | To assign a value to the Ry rotation element of position type variable. |
| LetRz | To assign a value to the Rz rotation element of position type variable. |
| LetX | To assign a value to X-axis component of the position variable. |
| LetY | To assign a value to Y-axis component of the position variable. |
| LetZ | To assign a value to Z-axis component of the position variable. |
ID : 614

