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