FLineHasSharedPoints Method

Return a value indicating whether the two lines have one or more shared points.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool HasSharedPoints(
	FLine lineA,
	FLine lineB
)

Parameters

lineA  FLine
Reference to the first line to test for a shared point.
lineB  FLine
Reference to the second line to test for a shared point.

Return Value

Boolean
True if the two lines share an intersecting point. Otherwise, false.

See Also