You are here: Start » AVL.NET » AVS.ConcatenatePaths_OfArray Method

AVS.ConcatenatePaths_OfArray Method

Joins open paths of an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ConcatenatePaths_OfArray
(
	IList<AvlNet.Path> inPathArray,
	bool inClose,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathArraySystem.Collections.Generic.IList<AvlNet.Path>Input paths.
inCloseboolIf set to true adding in result a segment between its first point and the last one, therefore producing a closed path.
outPathAvlNet.PathOutput path.

See also