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

AVS.PathToPoint2DArray Method

Converts a path to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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