PolygonIntersection_Convex
Finds the intersection of two convex non-intersecting polygons.
Syntax
C++
C#
Python
def PolygonIntersection_Convex( inPolygon1: Path, inPolygon2: Path, outIntersection: Path, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPolygon1 | Path | ||
![]() |
inPolygon2 | Path | ||
![]() |
outIntersection | Path |


