/*! \page projection_operation_page Projection \n To produce a Projection in the Main Menu select Operations - > Transformation - > Projection \n This operation makes normal projection of one shape to another. \n There are 3 types of projection different by types of operands. Firstly, you can project Source vertex, edge or wire on a given Target face. \image html projection_dlg.png Secondly, you can project Source vertex on a given Target wire. \image html projection_dlg1.png Thirdly, you can project Source vertex on a given Target edge. \image html projection_dlg2.png \ref restore_presentation_parameters_page "Advanced options". \n Example: \image html projection_preview.png "The curve (in red) and its projection on the cylindric surface" \n TUI Command: geompy.MakeProjection(Source, Target), where \em Source is a shape which has to be projected, \em Target is a shape, on which the \em Source shape will be projected. The \em Result will be a \em GEOM_Object. Our TUI Scripts provide you with useful examples of the use of \ref tui_projection "Transformation Operations". */