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

true if the specified bounding block does not intersect this bounding block, false otherwise.

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

 

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