Parameters |
Description |
const OdGeLinearEnt3d& linEnt |
[in] Linear entity. |
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. |
true if and only if this cone intersects with a line entity, false otherwise.
Checks if this cone intersects with a linear entity, and returns the number of intersections and the points of intersection.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|