API Reference > Structs, Records, Enums > OdGeUvBox Structure
OdGeUvBox Structure
Syntax
C++
struct OdGeUvBox { OdGeInterval intervals[2]; };

GeUvBox.h

Represents a box in UV-space of a surface. 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
This is the overview for the OdGeUvBox constructor overload. 
 
Name 
Description 
 
This is intervals, a member of class OdGeUvBox. 
 
Name 
Description 
 
Returns UV-point inside this UV-box, which is closest to the specified one.
 
 
This is the overview for the contains method overload. 
 
eval 
Evaluates parameter value by the interval ratio for U and V parameters and returns a 2D point with corresponding coordinates.
 
 
Find finite sub-envelope belonging both to the specified range and this one 
 
Determines if intervals of this UV box are bounded. 
 
Compares input UV box to this UV box.
 
 
Returns lower bound of both intervals as 2D point. 
 
set 
This is the overview for the set method overload. 
 
u 
This is the overview for the u method overload. 
 
Returns upper bound of both intervals as 2D point. 
 
v 
This is the overview for the v method overload. 
 
Name 
Description 
 
[] 
This is the overview for the [] operator overload. 
 
This operator constructs OdGeExtents2d object from this UV box structure. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.