FAreaHasIntersection(FArea, FLine) Method

Return a value indicating whether the specified area intersects with the provided line.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool HasIntersection(
	FArea area,
	FLine line
)

Parameters

area  FArea
Reference to the area to test.
line  FLine
Reference to the line to test.

Return Value

Boolean
True if the supplied line intersects with the given intersection. Otherwise, false.

See Also