Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
param
[in] Parameter value specifying the point on the ray 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.