API Reference > Structs, Records, Enums > OdGeUvBox Structure > OdGeUvBox Methods > contains Method > OdGeUvBox::contains Method (double, double)
OdGeUvBox::contains Method (double, double)
Syntax
C++
bool contains(double uparam, double vparam) const;
Parameters 
Description 
double uparam 
[in] A parameter value that is presumably inside the U interval of this UV box.  
double vparam 
[in] A parameter value that is presumably inside the V interval of this UV box. 

Determines whether passed parameter values are inside corresponding intervals. 

 

Returns true only if both passed values lie inside corresponding intervals.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.