API Reference > OdDb Classes > OdDbArc Class > OdDbArc Methods > OdDbArc::getFirstDeriv Method
OdDbArc::getFirstDeriv Method
Syntax
C++
virtual OdResult getFirstDeriv(double param, OdGeVector3d& firstDeriv) const;
Parameters 
Description 
double param 
[in] Parameter value specifying the point on the circular curve as a Double value in radians.  
OdGeVector3d& firstDeriv 
[out] Reference to a variable in which this method must save the first derivative as three-dimensional vector instance. 

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

 

Example of Working with the Circular Arc 

Computed Circular Arc Properties

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