Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmSketch::getGeCurve Method
Syntax
C++
OdResult getGeCurve(OdInt32 iCurveNum, OdGeCurve3d*& pCurve, const OdGeTol& tol = OdGeContext::gTol) const;

Returns the GeCurve as an OdGeCurve3d object. 

 

Parameters
Description
iCurveNum
[in] input curve number which try to get.
pCurve
[out] Output OdGeCurve3d object. The customer is owner of the object and should release memory after using.
tol
[in] Input value of tolerance.

Returns eOk if successful or an appropriate error code in the other case.

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