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

eOk if the operation is successful; false otherwise.

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

 

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