API Reference > OdGe Classes > OdGeExtents2d Class > OdGeExtents2d Methods > OdGeExtents2d::isDisjoint Method
OdGeExtents2d::isDisjoint Method
Syntax
C++
bool isDisjoint(const OdGeExtents2d& extents, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeExtents2d& extents 
[in] 2D extents.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Tolerance of measurement error. 

true if and only if the specified OdGeExtents2d object does not intersect these extents. Otherwise returns false.

Indicates whether the specified OdGeExtents2d object intersects these extents. 

 

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