You are here: Start » FIL.NET » Function Reference » Path » Path Combinators » FIL.PathLineIntersections
Computes the common points of a path and a line.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PathLineIntersections ( FilNet.Path inPath, FilNet.Line2D inLine, IList<FilNet.Point2D> outIntersectionPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inLine | FilNet.Line2D | Input line. | ||
![]() | outIntersectionPoints | System.Collections.Generic.IList<FilNet.Point2D> | Intersections between the path and the line. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite line on input in PathLineIntersections. |