Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbXline::getFirstDeriv Method
Syntax
C++
virtual OdResult getFirstDeriv(double param, OdGeVector3d& firstDeriv) const;

Computes the first derivative for the specified parameter of the infinity line entity and returns the three-dimensional vector instance. The first derivative is constant for any point of the infinite line. 

 

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