You are here: Start » AVL.NET » AVL.SplitPathBySegment(AvlNet.Path, AvlNet.Segment2D, AvlNet.Path[])

AVL.SplitPathBySegment(AvlNet.Path, AvlNet.Segment2D, AvlNet.Path[])

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SplitPathBySegment(
	AvlNet.Path inPath,
	AvlNet.Segment2D inSegment,
	out AvlNet.Path[] outPaths
)

Parameters

inPath
Type: AvlNet.Path
Path being split
inSegment
Type: AvlNet.Segment2D
Segment used for splitting
outPaths
Type: AvlNet.Path
Paths arisen from splitting the initial path

See also