FAreaHasIntersection(FArea, FArea) Method

Return a value indicating whether the first provided area intersects with the second one.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool HasIntersection(
	FArea area1,
	FArea area2
)

Parameters

area1  FArea
Reference to the first area to test.
area2  FArea
Reference to the second area to test.

Return Value

Boolean
True if the two areas intersect. Otherwise, false.

See Also