Close

Relief for ODA Team in Ukraine

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

Computes the second derivative for the specified parameter of the circular arc entity and returns the three-dimensional vector instance. 

 

Parameters
Description
param
[in] Parameter value specifying the point on the circular curve as a Double value in radians.
secondDeriv
[out] Reference to a variable in which this method must save the second derivative as three-dimensional vector instance.
Copyright © 2002-2022. Open Design Alliance All rights reserved.