API Reference > OdDg Classes > OdDgComplexCurve Class > OdDgComplexCurve Methods > OdDgComplexCurve::getFirstDeriv Method
OdDgComplexCurve::getFirstDeriv Method
Syntax
C++
virtual OdResult getFirstDeriv(double param, OdGeVector3d& firstDeriv) const;
Parameters 
Description 
double param 
[in] Parameter specifying point.  
OdGeVector3d& firstDeriv 
[out] Receives the first derivative. 
pointOnCurve 
[in] Point on the curve.  

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.