Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Path » Polygon Relations » TestPolygonsIntersect
| Module: | FoundationLite |
|---|
Tests whether two polygons share any common point.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inPolygon1 | Path | First polygon |
![]() |
inPolygon2 | Path | Second polygon |
![]() |
outDoIntersect | Bool | True if the polygons share any common point, false otherwise |
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 | Degenerate polygon on input (fewer than 3 vertices) in TestPolygonsIntersect. |
| DomainError | Open path on input in TestPolygonsIntersect. |
Complexity Level
This filter is available on Basic Complexity Level.

Basic
