Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPolyline::getSecondDeriv Method
Syntax
C++
virtual OdResult getSecondDeriv(double param, OdGeVector3d& secondDeriv) const;

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

 

Parameters
Description
param
[in] Parameter specifying point.
secondDeriv
[out] Receives the first derivative.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.