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

Invoke.SplitPathBySegment

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SplitPathBySegment
(
	Avl.Path inPath,
	Avl.Segment2D inSegment,
	List<Avl.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathAvl.PathPath being split.
inSegmentAvl.Segment2DSegment used for splitting.
outPathsSystem.Collections.Generic.List<Avl.Path>Paths arisen from splitting the initial path.

See also