Start » Filter Reference » Path » Path Combinators » PathPathIntersections
Module: | FoundationPro |
---|
Computes the common points of two paths.
Name | Type | Description | |
---|---|---|---|
![]() |
inPath1 | Path | Input path |
![]() |
inPath2 | Path | Input path |
![]() |
outIntersectionPoints | Point2DArray | Intersections between the input paths |
![]() |
outSegmentIndices1 | IntegerArray | Indices of the segments of the first path which generate found intersection points |
![]() |
outSegmentIndices2 | IntegerArray | Indices of the segments of the second path which generate found intersection points |
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.
Complexity Level
This filter is available on Advanced Complexity Level.