Description Appends an ordered ZYX-rotation operation to the selected entity in the specified coordinate system (non Euler). The rotation is sequential; first about the local z-axis, then about the local y-axis, and finally about the local x-axis. All rotations are done about axes passing through the local origin.
Syntax RotateZYX n, coord, Zang, Yang, Xang
Parameters n As Long Node number of the entity.
coord As Long Node number of the coordinate system under which this operation is applied.
Zang As Double Z-Angle of rotation in degrees.
Yang As Double Y-Angle of rotation in degrees.
Xang As Double X-Angle of rotation in degrees.
See Also
Examples
|