You are here: Start » FIL.NET » Invoke.LineLineIntersection

Invoke.LineLineIntersection

Computes a common point of two lines.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LineLineIntersection
(
	Fil.Line2D inLine1,
	Fil.Line2D inLine2,
	Conditional<Fil.Point2D> outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLine1Fil.Line2D
inLine2Fil.Line2D
outIntersectionPointFtl.Conditional<Fil.Point2D>

See also