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

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

Parameters

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

See also