getDocumentScale method
Returns the total scale that the object is drawn at, in document coordinates.
Basically this multiplies together this #scale with the scales of all of its containing Panels, including the Part. @return {number}
Implementation
_i2.num getDocumentScale() => _i4.callMethod(
this,
'getDocumentScale',
[],
);