You are here: Start » AVL.NET » AVL.ClosePath(AvlNet.Path)
AVL.ClosePath(AvlNet.Path)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ClosePath( ref AvlNet.Path ioPath )
Parameters
- ioPath
- Type: AvlNet.Path
Description
The operation extends an open path by adding a segment between its first point and the last one, therefore producing a closed path.
If a closed path is passed, the filter passes it onto output without any interference.
Examples
![]() |
![]() |
ClosePath run on a sample path.


