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

AVL.PathArrayPoints

Converts an array of paths to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathsAvlNet.Path[]
outPointsAvlNet.Point2D[]

See also