Salome HOME
Merge from V6_main_20120808 08Aug12
[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 \n <b>Arguments:</b> Name + 2 Objects.
11 \n The \b Result will be an \b Object.
12
13 \image html projection_dlg.png
14
15 \n <b>Example:</b>
16
17 \image html projection_preview.png "The curve (in red) and its projection on the cylindric surface"
18
19 \n <b>TUI Command:</b> <em>geompy.MakeProjection(Source, Target),</em>
20    where \em Source is a shape which has to be projected, \em Target
21    is a face, on which the \em Source shape will be projected. The \em
22    Result will be a \em GEOM_Object.
23
24 Our <b>TUI Scripts</b> provide you with useful examples of the use of
25 \ref tui_projection "Transformation Operations".
26
27 */