FAreaGetIntersections(FArea, FArea) Method
Return the intersections of two areas.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static List<FPoint> GetIntersections(
FArea area1,
FArea area2
)
Public Shared Function GetIntersections (
area1 As FArea,
area2 As FArea
) As List(Of FPoint)
No code example is currently available or this language may not be supported.
- area1 FArea
-
Reference to the first area to be tested.
- area2 FArea
-
Reference to the second area to be tested.
ListFPoint
Reference to a list of points where the two areas intersect, if found.
Otherwise, an empty list.