You are here: Start » FIL.NET » 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.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in LineLineIntersection. |




