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

AVL.ConcatenatePaths

Joins two open paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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