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

AVL.SplitPathBySegment Method

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

Name Type Range Default Description
inPathAvlNet.PathPath being split.
inSegmentAvlNet.Segment2DSegment used for splitting.
outPathsAvlNet.PathPaths arisen from splitting the initial path.

See also