getDocumentAngle method

num getDocumentAngle()

Returns the effective angle that the object is drawn at, in document coordinates, normalized to between 0 and 360.

Basically this adds together all of the rotation declared by this #angle and the angles of all of its containing Panels, including the Part. @return {number}

Implementation

_i2.num getDocumentAngle() => _i4.callMethod(
      this,
      'getDocumentAngle',
      [],
    );