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

FIS.PathBoundingCircle Method

Computes the smallest circle enclosing a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathBoundingCircle
(
	FilNet.Path inPath,
	out FilNet.Circle2D outBoundingCircle
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outBoundingCircleFilNet.Circle2D

See also