Parameters |
Description |
const OdGePlanarEnt& plane |
[in] A plane entity with which the intersection is calculated. |
int& numInt |
[out] Receives the number of intersections. |
OdGePoint3d& p1 |
[out] Receives the first intersection point on the elliptical arc. |
OdGePoint3d& p2 |
[out] Receives the second intersection point on the elliptical arc. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. |
A boolean value that indicates whether a plane intersects with an arc.
Returns True if the specifed plane or linear entity intersects the elliptical arc entity, and returns the number of intersections and points of intersection.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|