PolygonIntersectionArea_Convex
Computes the intersection area of two convex non-intersecting polygons.
Syntax
C++
C#
Python
def PolygonIntersectionArea_Convex( inPolygon1: Path, inPolygon2: Path, / ) -> outIntersectionArea: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPolygon1 | Path | ||
![]() |
inPolygon2 | Path | ||
![]() |
outIntersectionArea | float |


