Back to Aurora Vision Studio website

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

PathLineIntersections


Module: FoundationPro

Computes the common points of a path and a line.

Name Type Description
Input value inPath Path Input path
Input value inLine Line2D Input line
Output value outIntersectionPoints Point2DArray Intersections between the path and the line
Output value outSegmentIndices IntegerArray Indices of the segments of the path which generate found intersection points

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in PathLineIntersections.

Complexity Level

This filter is available on Advanced Complexity Level.