You are here: Start » AVL.NET » Invoke.ConcatenatePaths_OfLoop
Joins open paths appearing in consecutive iterations.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ConcatenatePaths_OfLoop ( Avl.ConcatenatePaths_OfLoopState ioState, Avl.Path inPath, bool inClose, Avl.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | Avl.ConcatenatePaths_OfLoopState | ||||
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | inClose | bool | If set to true adding in result a segment between its first point and the last one, therefore producing a closed path. | ||
![]()  | outPath | Avl.Path | Output path. | 


