Tests whether two polygons share any common point.
Syntax
C++
C#
Python
def TestPolygonsIntersect( inPolygon1: Path, inPolygon2: Path, / ) -> outDoIntersect: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPolygon1 | Path | First polygon | |
![]() |
inPolygon2 | Path | Second polygon | |
![]() |
outDoIntersect | bool | True if the polygons share any common point, false otherwise |


