You are here: Start » AVL.NET » Function Reference » Path » Path Combinators » AVL.SplitPathBySegment

AVL.SplitPathBySegment

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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