Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbCurvePE::getSpline Method
Syntax
C++
virtual OdResult getSpline(const OdDbCurve* pCurve, OdDbSplinePtr* spline) const = 0;

Returns an OdDbSpline approximation of the specified Curve object. 

 

Parameters
Description
pCurve
[in] Pointer to the curve.
spline
[out] Receives a SmartPointer to the OdDbSpline.

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

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