Scale Transform

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.

The Result will be a GEOM_Object.

TUI Command: geompy.MakeScaleTransform(Shape, CenterOfScale, Factor),

Arguments: Name + 1 shape(s) + 1 vertex + 1 Scale Factor.

 

 

 

Example:

 

 

 

  Our TUI Scripts provide you with useful examples of the use of Transformation Operations.