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

FIL.LineSegmentIntersection

Computes a common point of a line and a segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void LineSegmentIntersection
(
	FilNet.Line2D inLine,
	FilNet.Segment2D inSegment,
	out FilNet.Point2D? outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLineFilNet.Line2D
inSegmentFilNet.Segment2D
outIntersectionPointFilNet.Point2D?

Examples

LineSegmentIntersection performed on line and segment.

See also