Parameters |
Description |
double dU |
[in] u direction parameter. |
double dV |
[in] v direction parameter. |
int iDerivDegree |
[in] The degree of derivatives to evaluate. |
OdGePoint3d& point |
[out] A passed-in parameter for returning the evaluated position on the ModelerGeometry object. |
OdGeVector3dArray& derivatives |
[out] A passed-in parameter for returning derivatives array of vectors, in the order of uDeriv, vDeriv, uuDeriv, uvDeriv, vvDeriv. |
Returns eOk if evaluation is successfully done. If the u or v value is out of range, returns eOutOfRange.
Evaluates the position and an arbitrary number of derivatives of the ModelerGeometry object at the specified parameter value (u, v).
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|