API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > evalPoint Method > OdGeCurve3d::evalPoint Method (double, int, OdGeVector3dArray&)
OdGeCurve3d::evalPoint Method (double, int, OdGeVector3dArray&)
Syntax
C++
OdGePoint3d evalPoint(double param, int numDeriv, OdGeVector3dArray& derivatives) const;
Parameters 
Description 
double param 
[in] Parameter to be evaluated.  
int numDeriv 
[in] Number of derivatives to be computed.  
OdGeVector3dArray& derivatives 
[out] Receives an array of derivatives at the point corresponding to param. 

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

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.