Salome HOME
Merge from V7_3_BR branch 18/12/2013
[modules/geom.git] / doc / salome / gui / GEOM / input / projection_operation.doc
1 /*!
2
3 \page projection_operation_page Projection on a Face
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 a <b>Source vertex, edge
9    or wire</b> on a given <b>Target face</b>.
10 \ref restore_presentation_parameters_page "Advanced options".
11
12 \image html projection_dlg.png
13
14 \n <b>Example:</b>
15
16 \image html projection_preview.png "The curve (in red) and its projection on the cylindric surface"
17
18 \n <b>TUI Command:</b> <em>geompy.MakeProjection(Source, Target),</em>
19    where \em Source is a shape which has to be projected, \em Target
20    is a face, on which the \em Source shape will be projected. The \em
21    Result will be a \em GEOM_Object.
22
23 Our <b>TUI Scripts</b> provide you with useful examples of the use of
24 \ref tui_projection "Transformation Operations".
25
26 */