You are here: Start » AVL.NET » Invoke.ConcatenatePaths

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
inPath1Avl.PathInput path.
inPath2Avl.PathInput path.
inPath3Avl.PathInput path.
inPath4Avl.PathInput path.
inCloseboolIf set to true adding in result a segment between its first point and the last one, therefore producing a closed path.
outPathAvl.PathOutput path.

See also