Parameters |
Description |
const OdGePlanarEnt& plane |
[in] Any plane entity. |
int& numInt |
[out] Receives the number of intersections. |
OdGePoint3d& p1 |
[out] Receives the first intersection point on the arc. |
OdGePoint3d& p2 |
[out] Receives the second intersection point on the arc. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. |
True if the specified plane entity intersects this arc entity.
Gets the number of intersections and points of intersection.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|