Salome HOME
65d8d9583b45cf4561f7df2003fbcb8580dd88a4
[modules/geom.git] / doc / salome / gui / GEOM / input / scale_operation.doc
1 /*!
2
3 \page scale_operation_page Scale Transform
4
5 \n To produce a <b>Scale Transform</b> in the <b>Main Menu</b> select
6 <b>Operations - > Transformation - > Scale Transform</b>
7
8 \n This operation creates a scaled shape basing on the initial
9 shape. For this, you need to define the \b Shape to be scaled, the
10 <b>Central Point</b> of scale and the Scale Factor.
11 \n The \b Result will be a \b GEOM_Object.
12 \n <b>TUI Command:</b> <em>geompy.MakeScaleTransform(Shape, CenterOfScale, Factor)</em>
13 \n <b>Arguments:</b> Name + 1 shape(s) + 1 vertex + 1 Scale Factor.
14
15 \image html transformation10.png
16
17 \n <b>Example:</b>
18
19 \image html scale_transformsn1.png
20
21 \image html scale_transformsn2.png
22
23 Our <b>TUI Scripts</b> provide you with useful examples of the use of
24 \ref tui_scale "Transformation Operations".
25
26 */