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

AVS.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,
	IList<AvlNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPath1AvlNet.PathPath being split.
inPath2AvlNet.PathPath used for splitting.
outPathsSystem.Collections.Generic.IList<AvlNet.Path>Paths arisen from splitting the initial path.

See also