You are here: Start » AVL.NET » Invoke.SplitPathByLine

Invoke.SplitPathByLine

Splits path in common points of a path and a line.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SplitPathByLine
(
	Avl.Path inPath,
	Avl.Line2D inLine,
	List<Avl.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathAvl.PathPath being split.
inLineAvl.Line2DLine used for splitting.
outPathsSystem.Collections.Generic.List<Avl.Path>Paths arisen from splitting the initial path.

See also