You are here: Start » AVL.NET » Invoke.ConcatenatePaths
Joins up to four open paths.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ConcatenatePaths ( Avl.Path inPath1, Avl.Path inPath2, Avl.Path inPath3, Avl.Path inPath4, bool inClose, Avl.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath1 | Avl.Path | Input path. | ||
![]() | inPath2 | Avl.Path | Input path. | ||
![]() | inPath3 | Avl.Path | Input path. | ||
![]() | inPath4 | 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. |