You are here:
Start »
AVL.NET »
AVL.PathBoundingCircle(AvlNet.Path, AvlNet.Circle2D)
AVL.PathBoundingCircle(AvlNet.Path, AvlNet.Circle2D)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void PathBoundingCircle(
AvlNet.Path inPath,
out AvlNet.Circle2D outBoundingCircle
)
Parameters
- inPath
- Type: AvlNet.Path
- outBoundingCircle
- Type: AvlNet.Circle2D
Examples
The resulting outBoundingCircle circle drawn onto the sample path.
Errors
| Error type |
Description |
| DomainError |
Empty path on input in PathBoundingCircle. |
See also