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

FIL.ShapeInscribedCircle

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inShapeFilNet.Path
outInscribedCircleFilNet.Circle2D

Errors

List of possible exceptions:

Error type Description
DomainError Open path on input in ShapeInscribedCircle.

See also