API Reference > OdDb Classes > OdDbLeader Class > OdDbLeader Methods > OdDbLeader::getSecondDeriv Method
OdDbLeader::getSecondDeriv Method
Syntax
C++
virtual OdResult getSecondDeriv(double param, OdGeVector3d& secondDeriv) const;
Parameters 
Description 
double param 
[in] Parameter specifying point.  
OdGeVector3d& secondDeriv 
[out] Receives the first derivative. 

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

Returns the second derivative of this Curve object at the specified point. 

 

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