API Reference > OdGe Classes > OdGeExtents3d Class > OdGeExtents3d Methods > OdGeExtents3d::isDisjointEuclidean Method
OdGeExtents3d::isDisjointEuclidean Method
Syntax
C++
bool isDisjointEuclidean(const OdGeExtents3d& extents, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeExtents3d& extents 
[in] Any 3D Extents object.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

true if and only if specified OdGeExtents3d object does not intersect this one.

Checks whether the specified extents do not intersect these extents. 

 

This method is the same as isDisjoint, but checks precisely whether minimal Euclidean distance is greater than tolerance.

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