You are here: Start » FIL.NET » Invoke.PathBoundingCircle_OrNil
Computes the smallest circle enclosing a path; returns NIL if the path is empty.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PathBoundingCircle_OrNil ( Fil.Path inPath, Conditional<Fil.Circle2D> outBoundingCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | outBoundingCircle | Ftl.Conditional<Fil.Circle2D> |


