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

FIS.SegmentSegmentIntersection Method

Computes a common point of two segments.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SegmentSegmentIntersection
(
	FilNet.Segment2D inSegment1,
	FilNet.Segment2D inSegment2,
	out FilNet.Point2D? outIntersectionPoint
)

Parameters

Name Type Range Default Description
inSegment1FilNet.Segment2D
inSegment2FilNet.Segment2D
outIntersectionPointFilNet.Point2D?

See also