SlopeInterceptItemHasIntersection Method
Return a value indicating whether the linear slope intercept intersects
with the specified real line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool HasIntersection(
SlopeInterceptItem slope,
FLine line
)
Public Shared Function HasIntersection (
slope As SlopeInterceptItem,
line As FLine
) As Boolean
No code example is currently available or this language may not be supported.
- slope SlopeInterceptItem
-
Reference to a preconfigured slope intercept object.
- line FLine
-
A line to test for intersection on the slope.
Boolean
True if the caller's line intercepts with the slope intercept object.
Otherwise, false.