Returns the entity that is the orthogonal projection of the curve onto the projection plane.
Parameters
Parameters
Description
projectionPlane
[in] Plane on which the curve is to be projected.
tol
[in] Geometric tolerance.
Remarks
The returned entity can be a different type than the original curve and can even not be a curve. By default this function throws the exception "not Implemented". Should be implemented in derived classes.