You are here: Start » AVL.NET » AVL.ConcatenatePaths(AvlNet.Path, AvlNet.Path, AvlNet.Path)

AVL.ConcatenatePaths(AvlNet.Path, AvlNet.Path, AvlNet.Path)

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

inPath1
Type: AvlNet.Path
Input path
inPath2
Type: AvlNet.Path
Input path
outPath
Type: AvlNet.Path
Output 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