Close

Relief for ODA Team in Ukraine

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

Returns true if and only if this Shape object intersects the specfied extents. 

 

Parameters
Description
extents
[in] Any 3D extents box.
planar
[in] If and only if true, a planar computation is made.
tol
[in] Tolerance.

intersects() returns one of the following. 

 

Name
Value
Description
true
..
The specified extents intersect this Extents object.
false
..
The specified extents do not intersect this Extents object.
Copyright © 2002-2022. Open Design Alliance All rights reserved.