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

Invoke.PathSegments

Converts a path to an array of line segments.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outSegmentsSystem.Collections.Generic.List<Avl.Segment2D>

See also