Close

Relief for ODA Team in Ukraine

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

Returns the point on this curve corresponding to the specified parameter value, and the derivatives at that point. 

 

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.
Copyright © 2002-2022. Open Design Alliance All rights reserved.