Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbCurve::getSecondDeriv Method (const OdGePoint3d&, OdGeVector3d&)
Syntax
C++
virtual OdResult getSecondDeriv(const OdGePoint3d& pointOnCurve, OdGeVector3d& secondDeriv) const;

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

 

Parameters
Description
pointOnCurve
[in] Point on the curve.
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.