Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeUvBox::eval Method
Syntax
C++
OdGePoint2d eval(double ratioU, double ratioV) const;

Evaluates parameter value by the interval ratio for U and V parameters and returns a 2D point with corresponding coordinates. 

 

Parameters
Description
ratioU
[in] A ratio for evaluation the U parameter from the interval.
ratioV
[in] A ratio for evaluation the V parameter from the interval.

Use this method only if parameter intervals are bounded. Ratio values range from 0 to 1, where 0 represents the lower bound of interval and 1 represents the upper bound of interval.

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