Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbSurface::getDerivativesAt Method
Syntax
C++
bool getDerivativesAt(const OdGePoint2d& param, OdUInt32 numDeriv, VectorDerivArray derivatives) const;

Retrieves the derivatives at the point specified by param. 

 

Parameters
Description
param
[in] Parameter to be evaluated.
numDeriv
[in] Number of derivatives to be computed.
derivatives
[out] Receives an array of derivatives at the point corresponding to param.

true if and only if derivatives were calculated successfully.

Not implemented. For third-party use only.

Copyright © 2002-2022. Open Design Alliance All rights reserved.