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] A 2D Extents object.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Tolerance of measurement error. 

Returns true if and only if the specified Extents object does not intersect this Extents object. Otherwise returns false.

Indicates whether the specified Extents object intersects this Extents object. 

 

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