You are here: Start » FIL.NET » FIS.PathLineIntersections Method
FIS.PathLineIntersections Method
Computes the common points of a path and a line.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
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. |