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

Invoke.LineSegmentIntersection

Computes a common point of a line and a segment.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LineSegmentIntersection
(
	Fil.Line2D inLine,
	Fil.Segment2D inSegment,
	Conditional<Fil.Point2D> outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLineFil.Line2D
inSegmentFil.Segment2D
outIntersectionPointFtl.Conditional<Fil.Point2D>

See also