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

AVS.PathSegments Method

Converts a path to an array of line segments.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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