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

AVL.ConcatenatePaths Method

Joins two open paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ConcatenatePaths(
	AvlNet.Path inPath1,
	AvlNet.Path inPath2,
	out AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPath1AvlNet.PathInput path.
inPath2AvlNet.PathInput path.
outPathAvlNet.PathOutput path.

Description

The operations joins two open paths adding a segment connecting the end of the inPath1 to the begin of inPath2.

Examples

ConcatenatePaths run on the sample paths.

Errors

Error type Description
DomainError Closed path on input in ConcatenatePaths.

See also