Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeExtents3d::isDisjoint Method
Syntax
C++
bool isDisjoint(const OdGeExtents3d& extents, const OdGeTol& tol = OdGeContext::gTol) const;

Checks whether the specified extents do not intersect these extents. 

 

Parameters
Description
extents
[in] Any 3D Extents object.
tol
[in] Geometric tolerance.

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

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