You are here: Start » FIL.NET » Function Reference » Path » Polygon Features » FIL.PolygonInscribedCircle
Computes the circle with the maximal possible area contained in the input polygon.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PolygonInscribedCircle ( FilNet.Path inPolygon, out FilNet.Circle2D outInscribedCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPolygon | FilNet.Path | |||
![]() | outInscribedCircle | FilNet.Circle2D |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty path on input in PolygonInscribedCircle. |
DomainError | Open path on input in PolygonInscribedCircle. |