You are here: Start » AVL.NET » Function Reference » Conversions » AVL.PathToPoint2DArray

AVL.PathToPoint2DArray

Converts a path to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PathToPoint2DArray
(
	AvlNet.Path inPath,
	IList<AvlNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

See also