Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
Extent3d::intersects Method (double, int, double)
Syntax
C++
IntersectResult intersects(double coordinate, int dimension, double tol = OdGeContext::gTol.equalPoint()) const;

Returns the intersection with this Extents object. 

 

Parameters
Description
coordinate
[in] Coordinate to test.
dimension
[in] X, Y, or Z.
tol
[in] Tolerance.

intersects() returns one of the following. 

 

Name
Value
Description
left
0
coordinate is to the left of this Extents object.
upon
1
coordinate is upon this Extents object.
right
2
coordinate is to the right of this Extents object.
Copyright © 2002-2022. Open Design Alliance All rights reserved.