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

Returns true if and only if this Extents 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–2020. Open Design Alliance. All rights reserved.