Close
Relief for ODA Team in Ukraine
Learn more
ODA Kernel SDK
API Reference
>
Structs, Records, Enums
>
OdGeUvBox Structure
>
OdGeUvBox Methods
>
set Method
>
OdGeUvBox::set Method (const OdGePoint2d&, const OdGePoint2d&)
OdGeUvBox::set Method (const OdGePoint2d&, const OdGePoint2d&)
Syntax
C++
OdGeUvBox
&
set
(
const
OdGePoint2d
&
iLowerBound
,
const
OdGePoint2d
&
iUpperBound
);
Description
Sets the U and V intervals for this UV box according to the passed 2D points.
Parameters
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.
Remarks
Lower U bound = iLowerBound.x
Lower V bound = iLowerBound.y
Upper U bound = iUpperBound.x
Upper V bound = iUpperBound.y
Links
OdGeUvBox Structure
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!