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

AVL.SplitPathByPath Method

Splits path in common points of two paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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.PathPaths arisen from splitting the initial path.

See also