API Reference > OdDb Classes > OdDbCurvePE Class > OdDbCurvePE Methods > extend Method > OdDbCurvePE::extend Method (OdDbCurve*, double)
OdDbCurvePE::extend Method (OdDbCurve*, double)
Syntax
C++
virtual OdResult extend(OdDbCurve* pCurve, double param) = 0;
Parameters 
Description 
OdDbCurve* pCurve 
[in] Pointer to the curve to extend.  
double param 
[in] Parameter specifying point. 

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

Extends the specified Curve object to the specified WCS point. 

 

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