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

AVL.SplitPathByLine

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SplitPathByLine
(
	AvlNet.Path inPath,
	AvlNet.Line2D inLine,
	out AvlNet.Path[] outPaths
)

Parameters

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

Errors

Error type Description
DomainError Indefinite line on input in SplitPathByLine.

See also