You are here: Start » FIL.NET » FIS.PathPathIntersections Method
FIS.PathPathIntersections Method
Computes the common points of two paths.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PathPathIntersections ( FilNet.Path inPath1, FilNet.Path inPath2, IList<FilNet.Point2D> outIntersectionPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath1 | FilNet.Path | Input path. | ||
![]() | inPath2 | FilNet.Path | Input path. | ||
![]() | outIntersectionPoints | System.Collections.Generic.IList<FilNet.Point2D> | Intersections between the input paths. |