To produce a Scale Transform in the Main Menu select Operations - > Transformation - > Scale Transform
This operation creates a scaled shape basing on the initial shape. For this, you need to define the Shape to be scaled, the Central Point of scale and the Scale Factor(s).
The Result will be a GEOM_Object.
Advanced option: Set presentation parameters and subshapes from arguments.
TUI Command: geompy.MakeScaleTransform(Shape, CenterOfScale, Factor)
Arguments: Name + 1 shape(s) + 1 vertex + 1 Scale Factor.
TUI Command: geompy.MakeScaleAlongAxes(Shape, CenterOfScale, FactorX, FactorY, FactorZ)
Arguments: Name + 1 shape(s) + 1 vertex + 3 Scale Factors.
Example of simple scaling:
The initial object
The resulting object (resized)
Example of scaling by different factors along axes:
The initial object
The resulting object (resized and distorted)
Our TUI Scripts provide you with useful examples of the use of Scale Transformation and of Scale Along Axes Transformation