API Reference > OdDb Classes > OdDbCurve Class > OdDbCurve Methods > getFirstDeriv Method > OdDbCurve::getFirstDeriv Method (OdGePoint3d&, OdGeVector3d&)
OdDbCurve::getFirstDeriv Method (OdGePoint3d&, OdGeVector3d&)
Syntax
C++
virtual OdResult getFirstDeriv(const OdGePoint3d& pointOnCurve, OdGeVector3d& firstDeriv) const;
Parameters 
Description 
const OdGePoint3d& pointOnCurve 
[in] Point on the curve.  
OdGeVector3d& firstDeriv 
[out] Receives the first derivative. 

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

Returns the first derivative of this Curve object at the specified WCS point. 

 

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