You are here: Start » AVL.NET » Function Reference » Path » Path Combinators » AVL.ConcatenatePaths_OfLoop

AVL.ConcatenatePaths_OfLoop

Joins open paths appearing in consecutive iterations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ConcatenatePaths_OfLoop
(
	AvlNet.ConcatenatePaths_OfLoopState ioState,
	AvlNet.Path inPath,
	bool inClose,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
ioStateAvlNet.ConcatenatePaths_OfLoopState
inPathAvlNet.PathInput path.
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.

Description

Loop version of ConcatenatePaths.

Errors

List of possible exceptions:

Error type Description
DomainError Closed path on input in ConcatenatePaths_OfLoop.

See also