Close

Relief for ODA Team in Ukraine

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

Indicates whether the specified OdGeExtents2d object intersects these extents. 

 

Parameters
Description
extents
[in] 2D extents.
tol
[in] Tolerance of measurement error.

true if and only if the specified OdGeExtents2d object does not intersect these extents. Otherwise returns false.

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