You are here: Start » AVL.NET » Function Reference » Path » Path Features » AVL.PathSegments

AVL.PathSegments

Converts a path to an array of line segments.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PathSegments
(
	AvlNet.Path inPath,
	IList<AvlNet.Segment2D> outSegments
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outSegmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>

See also