Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgMultiVertex2d::getSecondDeriv Method
Syntax
C++
virtual OdResult getSecondDeriv(double param, OdGeVector2d& 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.
pointOnCurve
[in] Point on the curve.

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

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