API Reference > Geometry > AECCDbContour Class > AECCDbContour Methods > AECCDbContour::getFirstDeriv Method
AECCDbContour::getFirstDeriv Method
Syntax
C++
virtual OdResult getFirstDeriv(double param, OdGeVector3d& firstDeriv) const;
Parameters 
Description 
double param 
[in] Parameter of the contour.  
secondDeriv 
[out] First derivative of the contour at the specified parameter. 

eOk if the operation is successful; false otherwise.

Gets the first derivative of the base contour at the specified parameter. 

 

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