Salome HOME
Small change of the interface for MakeVertexOnCurveByLength function: use boolean...
[modules/geom.git] / doc / salome / gui / GEOM / input / transformation_operations.doc
1 /*!
2
3 \page transformation_operations_page Transformation Operations
4
5 Geometry module provides the following transformation operations,
6 which allow to:
7
8
9 <ul>
10 <li>\subpage translation_operation_page "Translate" an object by a certain vector.</li>
11 <li>\subpage rotation_operation_page "Rotate" an object around a
12 certain axis by a certain angle.</li>
13 <li>\subpage modify_location_operation_page "Move" an object to a new location.</li>
14 <li>\subpage mirror_operation_page "Mirror" an object through a point
15 an axis or a plane of symmetry.</li>
16 <li>\subpage scale_operation_page "Scale" an object by one or several scale
17 factors.</li>
18 <li>Create an \subpage offset_operation_page "Offset" of the object.</li>
19 <li>Create a simultaneous \subpage multi_translation_operation_page "Translation in several directions".</li>
20 <li>Create a simultaneous \subpage multi_rotation_operation_page</li> "Rotation in several directions".</li>
21 <li>Produce a \subpage fillet_operation_page "Fillet" on the selected
22 edges of the object.</li>
23 <li>Produce a \subpage fillet1d_operation_page "1D Fillet" on the
24 corners of a Wire with Planar Edges.</li>
25 <li>Produce a \subpage fillet2d_operation_page "2D Fillet" on the corners of a Planar Face.</li>
26 <li>Produce a \subpage chamfer_operation_page "Chamfer" on the
27 selected edges of the object.</li>
28 </ul>
29
30 */