Rotate system
Description
This function rotates the system around a specified axis by a given angle. The rotation axis can only be x
, y
, or z
, and the angle must be specified in degrees.
Latest version
Allowed number of parents: 1
Parameter | Description | Value type | Value restrictions | Default value | Units |
---|---|---|---|---|---|
First rotation axis |
The axis about which the first rotation is carried out |
selector |
x, y, z |
x |
N/A |
Rotation angle about the first axis |
The rotation angle about the first axis |
float |
-180 ≤ x ≤180 |
0.0 |
degree |
Second rotation axis |
The axis about which the second rotation is carried out |
selector |
x, y, z |
x |
N/A |
Rotation angle about the second axis |
The rotation angle about the second axis |
float |
-180 ≤ x ≤180 |
0.0 |
degree |
Third rotation axis |
The axis about which the third rotation is carried out |
selector |
x, y, z |
x |
N/A |
Rotation angle about the third axis |
The rotation angle about the third axis |
float |
-180 ≤ x ≤180 |
0.0 |
degree |