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

AVL.SplitPathByPath

Splits path in common points of two paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SplitPathByPath
(
	AvlNet.Path inPath1,
	AvlNet.Path inPath2,
	out AvlNet.Path[] outPaths
)

Parameters

Name Type Range Default Description
inPath1AvlNet.PathPath being split.
inPath2AvlNet.PathPath used for splitting.
outPathsAvlNet.Path[]Paths arisen from splitting the initial path.

See also