FLineGetIntersectingLines Method
Return a list of lines intersecting the caller's point
within the supplied list of lines.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static List<FLine> GetIntersectingLines(
List<FLine> lines,
FPoint point
)
Public Shared Function GetIntersectingLines (
lines As List(Of FLine),
point As FPoint
) As List(Of FLine)
No code example is currently available or this language may not be supported.
- lines ListFLine
-
Reference to a list of lines, one or more of which might contain
the caller's point.
- point FPoint
-
Reference to the point to compare.
ListFLine
Reference to a list of lines in the collection containing the
caller's point, if found. Otherwise, an empty list.