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

AVL.ProfileToPoint2DArray Method

Converts a profile to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProfileToPoint2DArray(
	AvlNet.Profile inProfile,
	out AvlNet.Point2D[] outPoints
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outPointsAvlNet.Point2D

See also