You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Intersections » FIL.SegmentSegmentIntersection

FIL.SegmentSegmentIntersection

Computes a common point of two segments.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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?

Examples

SegmentSegmentIntersection performed on two segments.

See also