You are here: Start » FIL.NET » FIS.PolygonInscribedCircle Method

FIS.PolygonInscribedCircle Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PolygonInscribedCircle
(
	FilNet.Path inPolygon,
	out FilNet.Circle2D outInscribedCircle
)

Parameters

Name Type Range Default Description
inPolygonFilNet.Path
outInscribedCircleFilNet.Circle2D

See also