You are here: Start » FIL.NET » FIS.LineSegmentIntersection Method

FIS.LineSegmentIntersection Method

Computes a common point of a line and a segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LineSegmentIntersection
(
	FilNet.Line2D inLine,
	FilNet.Segment2D inSegment,
	out FilNet.Point2D? outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLineFilNet.Line2D
inSegmentFilNet.Segment2D
outIntersectionPointFilNet.Point2D?

See also