/*! \page projection_operation_page Projection on a Face \n To produce a Projection in the Main Menu select Operations - > Transformation - > Projection \n This operation makes normal projection of a Source vertex, edge or wire on a given Target face. \ref restore_presentation_parameters_page "Advanced options". \image html projection_dlg.png \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 face, 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". */