Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve3d::orthoProject Method
Syntax
C++
OdGeEntity3d* orthoProject(const OdGePlane& projectionPlane, const OdGeTol& tol = OdGeContext::gTol) const;

Returns the entity that is the orthogonal projection of the curve onto the projection plane.

Parameters
Description
projectionPlane
[in] Plane on which the curve is to be projected.
tol
[in] Geometric tolerance.

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-2022. Open Design Alliance All rights reserved.