API Reference > Structs, Records, Enums > OdGeUvBox Structure > OdGeUvBox Methods > set Method > OdGeUvBox::set Method (OdGePoint2d&, OdGePoint2d&)
OdGeUvBox::set Method (OdGePoint2d&, OdGePoint2d&)
Syntax
C++
OdGeUvBox& set(const OdGePoint2d& iLowerBound, const OdGePoint2d& iUpperBound);
Parameters 
Description 
const OdGePoint2d& iLowerBound 
[in] 2D point that defines the lower bound for U and V parameter of this UV box.  
const OdGePoint2d& iUpperBound 
[in] 2D point that defines the upper bound for U and V parameter of this UV box. 

Sets the U and V intervals for this UV box according to the passed 2D points. 

 

  • Lower U bound = iLowerBound.x
  • Lower V bound = iLowerBound.y
  • Upper U bound = iUpperBound.x
  • Upper V bound = iUpperBound.y

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