API Reference > Structs, Records, Enums > OdGeUvBox Structure > OdGeUvBox Operators > OdGeUvBox::OdGeExtents2d Operator
OdGeUvBox::OdGeExtents2d Operator
Syntax
C++
operator OdGeExtents2d() const;

This operator constructs OdGeExtents2d object from this UV box structure.

Resulting Extents2d properties:

  • min_pnt.x = u.lowerBound
  • min_pnt.y = v.lowerBound
  • max_pnt.x = u.upperBound
  • max_pnt.y = v.upperBound

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