API Reference > Structs, Records, Enums > OdGeUvBox Structure > OdGeUvBox Methods > OdGeUvBox::eval Method
OdGeUvBox::eval Method
Syntax
C++
OdGePoint2d eval(double ratioU, double ratioV) const;
Parameters 
Description 
double ratioU 
[in] A ratio for evaluation the U parameter from the interval.  
double ratioV 
[in] A ratio for evaluation the V parameter from the interval. 

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

 

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–2020. Open Design Alliance. All rights reserved.