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

FIS.LineLineIntersection Method

Computes a common point of two lines.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LineLineIntersection
(
	FilNet.Line2D inLine1,
	FilNet.Line2D inLine2,
	out FilNet.Point2D? outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLine1FilNet.Line2D
inLine2FilNet.Line2D
outIntersectionPointFilNet.Point2D?

See also