Start » Filter Reference » Path » Path Combinators » PathLineIntersections
Module: | FoundationPro |
---|
Computes the common points of a path and a line.
Name | Type | Description | |
---|---|---|---|
inPath | Path | Input path | |
inLine | Line2D | Input line | |
outIntersectionPoints | Point2DArray | Intersections between the path and the line | |
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.