API Reference > OdDg Classes > OdDgMultiVertex2d Class > OdDgMultiVertex2d Methods > OdDgMultiVertex2d::getFirstDeriv Method
OdDgMultiVertex2d::getFirstDeriv Method
Syntax
C++
virtual OdResult getFirstDeriv(double param, OdGeVector2d& firstDeriv) const;
Parameters 
Description 
double param 
[in] Parameter specifying point.  
OdGeVector2d& 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.