geom/doc/salome/gui/GEOM/input/scale_operation.doc

59 lines
2.4 KiB
Plaintext
Raw Normal View History

/*!
\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
2013-04-17 22:05:53 +06:00
shape.
2009-02-13 17:16:39 +05:00
2013-04-17 22:05:53 +06:00
\n <b>Simple scale</b> scales the entire object (i.e. its dimensions change evenly in all three orthogonal directions). It does not modify the
geometry of the shape.
2009-02-13 17:16:39 +05:00
\image html transformation10.png
2013-04-17 22:05:53 +06:00
The following parameters and options can be defined in this dialog:
- <b>Result Name</b>;
- One or several <b> Objects </b> to be scaled;
- <b>Central Point</b> (optional) - relatively to which the object is scaled. If the <b>Central Point</b> is not defined, the scaling will be
performed relatively the origin of the global coordinate system.
- <b>Scale Factor</b> - the multiplier of axial dimensions. If <b>Scale Factor</b> is negative, the object is mirrored through the <b>Central Point</b>.
- \ref restore_presentation_parameters_page "Advanced options".
\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.
2013-04-17 22:05:53 +06:00
\n <b>Multiple scale</b> allows scaling by different factors along axes. This is a general transformation, which can modify the geometry, for example, a
circle can be transformed into an ellipse.
2009-02-13 17:16:39 +05:00
\image html transformation10a.png
2013-04-17 22:05:53 +06:00
The following parameters and options can be defined in this dialog:
- <b>Result Name</b>;
- One or several <b> Objects </b> to be scaled;
- <b>Central Point</b> (optional) - relatively to which the object is scaled.
- <b>Scale Factor X/Y/Z</b> - the multipliers of axial dimensions.
- \ref restore_presentation_parameters_page "Advanced options".
2009-02-13 17:16:39 +05:00
\n <b>TUI Command:</b> <em>geompy.MakeScaleAlongAxes(Shape, CenterOfScale, FactorX, FactorY, FactorZ)</em>
\n <b>Arguments:</b> Name + 1 shape(s) + 1 vertex + 3 Scale Factors.
\n <b>Example of simple scaling:</b>
\image html scale_transformsn1.png "The initial object"
\image html scale_transformsn2.png "The resulting object (resized)"
2009-02-13 17:16:39 +05:00
\n <b>Example of scaling by different factors along axes:</b>
2009-02-13 17:16:39 +05:00
\image html scale_transformsn3.png "The initial object"
2009-02-13 17:16:39 +05:00
\image html scale_transformsn4.png "The resulting object (resized and distorted)"
Our <b>TUI Scripts</b> provide you with useful examples of the use of
2009-02-13 17:16:39 +05:00
\ref tui_scale "Scale Transformation" and of \ref swig_scale "Scale Along Axes Transformation"
2009-02-13 17:16:39 +05:00
*/