To produce a Projection in the Main Menu select Operations - > Transformation - > Projection
This operation makes normal projection of one shape to another.
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.
Secondly, you can project Source vertex on a given Target wire.
Thirdly, you can project Source vertex on a given Target edge.
Example:
TUI Command: geompy.MakeProjection(Source, Target),
where Source is a shape which has to be projected, Target is a shape, on which the Source shape will be projected. The Result will be a GEOM_Object.
Our TUI Scripts provide you with useful examples of the use of Transformation Operations.