Parameters |
Description |
const OdGePlane& projectionPlane |
[in] Plane on which the curve is to be projected. |
const OdGeVector3d& projectDirection |
[in] Direction in which the curve is to be projected. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. |
Returns the entity that is the projection of the curve onto the projection plane in the specified direction.
The projectDirection vector must not be parallel to the projection plane.
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.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|