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

Invoke.SegmentSegmentIntersection

Computes a common point of two segments.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SegmentSegmentIntersection
(
	Fil.Segment2D inSegment1,
	Fil.Segment2D inSegment2,
	Conditional<Fil.Point2D> outIntersectionPoint
)

Parameters

Name Type Range Default Description
inSegment1Fil.Segment2D
inSegment2Fil.Segment2D
outIntersectionPointFtl.Conditional<Fil.Point2D>

See also