You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathBoundingCircle_OrNil

FIL.PathBoundingCircle_OrNil

Computes the smallest circle enclosing a path; returns NIL if the path is empty.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PathBoundingCircle_OrNil
(
	FilNet.Path inPath,
	out FilNet.Circle2D? outBoundingCircle
)

Parameters

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

See also