Close
Relief for ODA Team in Ukraine
Learn more
ODA Kernel SDK
API Reference
>
Namespaces
>
OdSi Namespace
>
Classes
>
Extent3d Class
>
Extent3d Methods
>
intersects Method
>
Extent3d::intersects Method (double, int, double)
Extent3d::intersects Method (double, int, double)
Syntax
C++
IntersectResult
intersects
(
double
coordinate
,
int
dimension
,
double
tol
= OdGeContext::gTol.equalPoint())
const
;
Description
Returns the intersection with this Extents object.
Parameters
Parameters
Description
coordinate
[in] Coordinate to test.
dimension
[in] X, Y, or Z.
tol
[in] Tolerance.
Remarks
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.
Links
Extent3d Class
OdSi Namespace
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!