API Reference > OdDb Classes > OdDbCurvePE Class > OdDbCurvePE Methods > OdDbCurvePE::getOrthoProjectedCurve Method
OdDbCurvePE::getOrthoProjectedCurve Method
Syntax
C++
virtual OdResult getOrthoProjectedCurve(const OdDbCurve* pCurve, const OdGePlane& projPlane, OdDbCurvePtr* pProjCurve) const = 0;
Parameters 
Description 
const OdDbCurve* pCurve 
[in] Pointer to the curve to project.  
const OdGePlane& projPlane 
[in] Projection plane.  
OdDbCurvePtr* pProjCurve 
[out] Receives a SmartPointer to the projected curve. 

Returns eOk if successful, or an appropriate error code if not.

Creates a curve by projecting the specified Curve object onto the specified plane along a normal to the place. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.