Back to FabImage Studio website

You are here: Start » Filter Reference » Path » Path Combinators » PathPathIntersections

PathPathIntersections


Module: FoundationPro

Computes the common points of two paths.

Name Type Description
Input value
inPath1 Path Input path
Input value
inPath2 Path Input path
Output value
outIntersectionPoints Point2DArray Intersections between the input paths
Output value
outSegmentIndices1 IntegerArray Indices of the segments of the first path which generate found intersection points
Output value
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.