PolygonInscribedCircle


Computes the circle with the maximal possible area contained in the input polygon.

Syntax

C++
C#
Python
 
def PolygonInscribedCircle(
	inPolygon: Path,
	/
)
-> outInscribedCircle: Circle2D

Parameters

Name Type Default Description
Input value inPolygon Path
Output value outInscribedCircle Circle2D