FEllipseFindIntersections(FEllipse, FLine, Boolean) Method
Return an array of coordinates containing zero or more intersections
between the edge of the ellipse and a provided line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint[] FindIntersections(
FEllipse ellipse,
FLine line,
bool allowImaginary = false
)
Public Shared Function FindIntersections (
ellipse As FEllipse,
line As FLine,
Optional allowImaginary As Boolean = false
) As FPoint()
No code example is currently available or this language may not be supported.
- ellipse FEllipse
-
Reference to the ellipse to test for intersections.
- line FLine
-
Reference to the line being tested for intersection.
- allowImaginary Boolean (Optional)
-
Value indicating whether imaginary intersections on the line will
be included.
FPoint
Reference to an array of coordinates where the line crosses the edge
of the ellipse, if intersections were found. Otherwise, an empty array.