]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/projection_operation.doc
Salome HOME
22755: [EDF] Improvement of Projection operation
[modules/geom.git] / doc / salome / gui / GEOM / input / projection_operation.doc
1 /*!
2
3 \page projection_operation_page Projection
4
5 \n To produce a <b>Projection</b> in the <b>Main Menu</b> select
6 <b>Operations - > Transformation - > Projection</b>
7
8 \n This operation makes normal projection of one shape to another.
9 \n There are 3 types of projection different by types of operands.
10
11 Firstly, you can project <b>Source vertex, edge or wire</b> on a given <b>Target face</b>.
12
13 \image html projection_dlg.png
14
15 Secondly, you can project <b>Source vertex</b> on a given <b>Target wire</b>.
16
17 \image html projection_dlg1.png
18
19 Thirdly, you can project <b>Source vertex</b> on a given <b>Target edge</b>.
20
21 \image html projection_dlg2.png
22
23 \ref restore_presentation_parameters_page "Advanced options".
24
25 \n <b>Example:</b>
26
27 \image html projection_preview.png "The curve (in red) and its projection on the cylindric surface"
28
29 \n <b>TUI Command:</b> <em>geompy.MakeProjection(Source, Target),</em>
30    where \em Source is a shape which has to be projected, \em Target
31    is a shape, on which the \em Source shape will be projected. The \em
32    Result will be a \em GEOM_Object.
33
34 Our <b>TUI Scripts</b> provide you with useful examples of the use of
35 \ref tui_projection "Transformation Operations".
36
37 */