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
Input value inPolygon1 Path
Input value inPolygon2 Path
Output value outIntersectionArea float