You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathBoundingCircle
Computes the smallest circle enclosing a path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PathBoundingCircle ( FilNet.Path inPath, out FilNet.Circle2D outBoundingCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outBoundingCircle | FilNet.Circle2D |
Examples
![]() |
The resulting outBoundingCircle circle drawn onto the sample path.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty path on input in PathBoundingCircle. |