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

AVL.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,
	out AvlNet.Segment2D[] outSegments
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outSegmentsAvlNet.Segment2D

See also