To produce a Projection in the Main Menu select Operations - > Transformation - > Projection
This operation makes normal projection of a Source vertex, edge or wire on a given Target face.
Arguments: Name + 2 Objects.
The Result will be an Object.
Example:
TUI Command: geompy.MakeProjection(Source, Target), where Source is a shape which has to be projected, Target is a face, 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.