rotateScope operation

Syntax

  • rotateScope(xAngle, yAngle, zAngle)

Parameters

  1. xAnglefloat
    Angle in degrees to rotate about the x-axis.
  2. yAnglefloat
    Angle in degrees to rotate about the y-axis.
  3. zAnglefloat
    Angle in degrees to rotate about the z-axis.

Description

The rotateScope operation rotates the scope of the current shape around the pivot-axes in xyz order. The geometry is not rotated, and the size and translation of the scope is adjusted such that the scope is the geometry's bounding box aligned to the scope axes.

Related


In this topic