Close

Relief for ODA Team in Ukraine

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

Evaluates the position 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.

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.