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

FIS.ShapeInscribedCircle Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ShapeInscribedCircle
(
	FilNet.Path inShape,
	out FilNet.Circle2D outInscribedCircle
)

Parameters

Name Type Range Default Description
inShapeFilNet.Path
outInscribedCircleFilNet.Circle2D

See also