API Reference > OdGe Classes > OdGeBoundBlock2d Class > OdGeBoundBlock2d Methods > OdGeBoundBlock2d::isDisjoint Method
OdGeBoundBlock2d::isDisjoint Method
Syntax
C++
bool isDisjoint(const OdGeBoundBlock2d& block, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeBoundBlock2d& block 
[in] Any 2D bounding block.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

true if the specified bounding block does not intersect this bounding block.

Checks whether the specified bounding block does not intersect this bounding block. 

 

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