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

AVL.PathArrayPoints Method

Converts an array of paths to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathArrayPoints(
	AvlNet.Path[] inPaths,
	out AvlNet.Point2D[] outPoints
)

Parameters

Name Type Range Default Description
inPathsAvlNet.Path
outPointsAvlNet.Point2D

See also