Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 575 Bytes

File metadata and controls

41 lines (31 loc) · 575 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

  • General Edit