Procedure Scale rescales selected objects. Scaling occurs about the center of the selected object(s).
PROCEDURE Scale(
scaleXR : REAL;
scaleYR : REAL);def vs.Scale(scaleXR, scaleYR):
return None| Name | Type | Description |
|---|---|---|
| scaleXR | REAL | X scale factor. |
| scaleYR | REAL | Y scale factor. |
See also HScale2D.
Scale(2,3);Availability: from All Versions