Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Path » Polygon Relations » TestPolygonsIntersect

TestPolygonsIntersect


Module: FoundationLite

Tests whether two polygons share any common point.

Name Type Description
Input value inPolygon1 Path First polygon
Input value inPolygon2 Path Second polygon
Output value 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.