SlopeInterceptItemHasIntersection Method

Return a value indicating whether the linear slope intercept intersects with the specified real line.

Definition

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

Parameters

slope  SlopeInterceptItem
Reference to a preconfigured slope intercept object.
line  FLine
A line to test for intersection on the slope.

Return Value

Boolean
True if the caller's line intercepts with the slope intercept object. Otherwise, false.

See Also