Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeSurface::evalPoint Method (const OdGePoint2d&, int, OdGeVector3dArray&)
Syntax
C++
OdGePoint3d evalPoint(const OdGePoint2d& param, int numDeriv, OdGeVector3dArray& derivatives) const;

Returns the point corresponding to the parameter pair, as well as the derivatives and the normal at that point. 

 

Parameters
Description
param
[in] The parameter pair to be evaluated.
numDeriv
[in] Maximum order of derivatives to be computed.
derivatives
[out] Receives an array of derivatives at the point corresponding to param.

If numDeriv is 1, then derivatives are ordered: du, dv If numDeriv is 2, then derivatives are ordered: du, dudu, dv, dvdv, dudv numDeriv >= 3 is not supported 

By default this function throws exception "not Implemented". Should be implemented in derived classes.

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