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 |
 |
inPolygon |
Path |
|
|
 |
outInscribedCircle |
Circle2D |
|
|