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


