You are here: Start » FIL.NET » FIS.LineLineIntersection Method
FIS.LineLineIntersection Method
Computes a common point of two lines.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
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? |


