Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve2d::evalPoint Method (double, int, OdGeVector2dArray&)
Syntax
C++
OdGePoint2d evalPoint(double param, int numDeriv, OdGeVector2dArray& derivatives) const;

Returns the point on the curve corresponding to the specified parameter value and the derviatives at that point. 

 

Parameters
Description
param
[in] Parameter to be evaluated.
numDeriv
[in] The number of derivatives to be computed (should not be set larger than 2).
derivatives
[out] Receives an array of derivatives at the point corresponding to param.

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

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