Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbCurve::getOrthoProjectedCurve Method
Syntax
C++
virtual OdResult getOrthoProjectedCurve(const OdGePlane& projPlane, OdDbCurvePtr* pProjCurve) const;

Creates a curve by projecting this Curve object onto the specified plane along its normal. 

 

Parameters
Description
projPlane
[in] Projection plane.
pProjCurve
[out] Receives a SmartPointer to the projected curve.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.