You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Intersections » FIL.LineLineIntersection
Computes a common point of two lines.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void LineLineIntersection ( FilNet.Line2D inLine1, FilNet.Line2D inLine2, out FilNet.Point2D? outIntersectionPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine1 | FilNet.Line2D | |||
![]() | inLine2 | FilNet.Line2D | |||
![]() | outIntersectionPoint | FilNet.Point2D? |
Examples
![]() |
![]() |
LineLineIntersection performed on two lines.