API Reference > OdGe Classes > OdGeExtents2d Class > OdGeExtents2d Methods > OdGeExtents2d::isValidExtents Method
OdGeExtents2d::isValidExtents Method
Syntax
C++
bool isValidExtents() const;

true if and only if this OdGeExtents2d object contains valid extents.

Checks whether this OdGeExtents2d object contains valid extents.

Extents are valid if and only if each member of the minimum extents is less than or equal to the corresponding member of maximum extents.

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