/*!
\page scale_operation_page Scale Transform
\n To produce a Scale Transform in the Main Menu select
Operations - > Transformation - > Scale Transform
\n This operation creates a scaled shape basing on the initial
shape. For this, you need to define the \b Shape to be scaled, the
Central Point of scale and the Scale Factor.
\n The \b Result will be a \b GEOM_Object.
\n TUI Command: geompy.MakeScaleTransform(Shape, CenterOfScale, Factor)
\n Arguments: Name + 1 shape(s) + 1 vertex + 1 Scale Factor.
\n Advanced option:
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
\image html transformation10.png
\n Example:
\image html scale_transformsn1.png
\image html scale_transformsn2.png
Our TUI Scripts provide you with useful examples of the use of
\ref tui_scale "Transformation Operations".
*/