Parameters |
Description |
int& numInt |
[out] Receives the number of intersections. |
OdGePoint3d& p1 |
[out] Receives the first intersection point. |
OdGePoint3d& p2 |
[out] Receives the second intersection point. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. |
lineEnt |
[in] Any 3D line entity. |
true if and only if this cylinder intersects with a line entity.
Checks if the cone intersects with a line entity, and returns the number of intersections and the points of intersection.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|