Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 609 Bytes

File metadata and controls

40 lines (31 loc) · 609 Bytes

Scale

Description

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

Parameters

Name Type Description
scaleXR REAL X scale factor.
scaleYR REAL Y scale factor.

Remarks

See also HScale2D.

Examples

VectorScript

Scale(2,3);

Python

Version

Availability: from All Versions

Category