Parameters |
Description |
double coordinate |
[in] Coordinate to test. |
int dimension |
[in] X, Y, or Z. |
double tol = OdGeContext::gTol.equalPoint() |
[in] Tolerance. |
Returns the intersection with this Extents object.
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–2020. Open Design Alliance. All rights reserved.
|