You are here: Start » FIL.NET » Function Reference » Path » Path Combinators » FIL.PathPathIntersections
Computes the common points of two paths.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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. |
Description
The operation computes an array of the intersection points of two given paths.
Examples
![]() |
![]() |
![]() |
PathPathIntersections run on the sample paths. The resulting outIntersectionPoints were drawn onto the input paths.