A translation, Euler rotation and uniform scale for transforms.composeTransform, combined into one matrix as scale, then rotation, then translation.
transforms.composeTransform
Optional
The move as [x, y, z], in model units, applied last.
[x, y, z]
[0, 0, 0] Copy
[0, 0, 0]
Euler angles [rx, ry, rz] in degrees about the X, Y and Z axes; the Z turn is applied first, then Y, then X.
[rx, ry, rz]
The uniform scale about the origin, applied first; 1 keeps the size.
1 Copy
1
0.1
Namespace: Bit › Inputs › OCCT
Other symbols in Inputs.OCCT:
API reference home · Full symbol index · Tutorials and guides · Platform
A translation, Euler rotation and uniform scale for
transforms.composeTransform, combined into one matrix as scale, then rotation, then translation.