mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-16 02:28:35 +05:00
26 lines
802 B
Plaintext
26 lines
802 B
Plaintext
/*!
|
|
|
|
\page scale_operation_page Scale Transform
|
|
|
|
\n To produce a <b>Scale Transform</b> in the <b>Main Menu</b> select
|
|
<b>Operations - > Transformation - > Scale Transform</b>
|
|
|
|
\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
|
|
<b>Central Point</b> of scale and the Scale Factor.
|
|
\n The \b Result will be a \b GEOM_Object.
|
|
\n <b>TUI Command:</b> <em>geompy.MakeScaleTransform(Shape, CenterOfScale, Factor)</em>
|
|
\n <b>Arguments:</b> Name + 1 shape(s) + 1 vertex + 1 Scale Factor.
|
|
|
|
\image html transformation10.png
|
|
|
|
\n <b>Example:</b>
|
|
|
|
\image html scale_transformsn1.png
|
|
|
|
\image html scale_transformsn2.png
|
|
|
|
Our <b>TUI Scripts</b> provide you with useful examples of the use of
|
|
\ref tui_scale "Transformation Operations".
|
|
|
|
*/ |