Salome HOME
0022765: [EDF] Improvement of local selection mechanism
[modules/geom.git] / doc / salome / gui / GEOM / input / projection_operation.doc
1 /*!
2
3 \page projection_operation_page Projection
4
5 To produce a <b>Projection</b> in the <b>Main Menu</b> select
6 <b>Operations - > Transformation - > Projection</b>
7
8 This operation makes normal projection of one shape to another.
9
10 There are 3 types of projection different by types of operands.
11
12 Firstly, you can project <b>Source vertex, edge or wire</b> on a given <b>Target face</b>.
13
14 \image html projection_dlg.png
15
16 Secondly, you can project <b>Source vertex</b> on a given <b>Target wire</b>.
17
18 \image html projection_dlg1.png
19
20 Thirdly, you can project <b>Source vertex</b> on a given <b>Target edge</b>.
21
22 \image html projection_dlg2.png
23
24 \ref restore_presentation_parameters_page "Advanced options".
25
26 \note This dialog supports navigation through the selectable objects (in OCC 3D viewer only):
27 - Scroll mouse wheel with pressed \em Ctrl key or press \em "S", \em "P" keys when input focus is
28 in the viewer to navigate between selectable objects.
29 - Press left mouse button to select an appropriate object to the dialog box.
30 .
31 For more details, please refer to the \em "Functionality common for OCC and VTK viewers" chapter
32 of the GUI module's documentation.
33
34 <b>Example:</b>
35
36 \image html projection_preview.png "The curve (in red) and its projection on the cylindric surface"
37
38 <b>TUI Command:</b> <em>geompy.MakeProjection(Source, Target),</em>
39 \n where \em Source is a shape which has to be projected, \em Target
40 is a shape, on which the \em Source shape will be projected. The \em
41 Result will be a \em GEOM_Object.
42
43 Our <b>TUI Scripts</b> provide you with useful examples of the use of
44 \ref tui_projection "Transformation Operations".
45
46 */