Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeUvBox::set Method (const OdGePoint2d&, const OdGePoint2d&)
Syntax
C++
OdGeUvBox& set(const OdGePoint2d& iLowerBound, const OdGePoint2d& iUpperBound);

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

 

Parameters
Description
iLowerBound
[in] 2D point that defines the lower bound for U and V parameter of this UV box.
iUpperBound
[in] 2D point that defines the upper bound for U and V parameter of this UV box.

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

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