API Reference > OdGe Classes > OdGeExtents3d Class > OdGeExtents3d Methods > OdGeExtents3d::isValidExtents Method
OdGeExtents3d::isValidExtents Method
Syntax
C++
inline 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.