Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::evaluate Method (double, double, OdGePoint3d&, OdGeVector3d&, OdGeVector3d&)
Syntax
C++
virtual OdResult evaluate(double dU, double dV, OdGePoint3d& pos, OdGeVector3d& uDeriv, OdGeVector3d& vDeriv) const = 0;

Evaluates the position and first derivatives on the ModelerGeometry object at the specified parameter value (U, V). 

 

Parameters
Description
dU
[in] U direction parameter.
dV
[in] V direction parameter.
pos
[out] Passed-in parameter for returning the evaluated position on the ModelerGeometry object.
uDeriv
[out] Passed-in parameter for returning the first derivative with respect to U.
vDeriv
[out] Passed-in parameter for returning the first derivative with respect to V.

eOk if evaluation is successfully done. If the U or V value is out of range, returns eOutOfRange.

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