FAreaHasIntersection(FArea, FArea) Method
Return a value indicating whether the first provided area intersects
with the second one.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool HasIntersection(
FArea area1,
FArea area2
)
Public Shared Function HasIntersection (
area1 As FArea,
area2 As FArea
) As Boolean
No code example is currently available or this language may not be supported.
- area1 FArea
-
Reference to the first area to test.
- area2 FArea
-
Reference to the second area to test.
Boolean
True if the two areas intersect. Otherwise, false.