Parameters |
Description |
double dU |
[in] u direction parameter. |
double dV |
[in] v direction parameter. |
OdGePoint3d& pos |
[out] A passed-in parameter for returning the evaluated position on the ModelerGeometry object. |
OdGeVector3d& uDeriv |
[out] A passed-in parameter for returning the first derivative with respect to u. |
OdGeVector3d& vDeriv |
[out] A passed-in parameter for returning the first derivative with respect to v. |
Returns eOk if evaluation is successfully done. If the u or v value is out of range, returns eOutOfRange.
Evaluates the position and first derivatives on the ModelerGeometry object at the specified parameter value (u, v).
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|