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

AVS.ProfileToPoint2DArray Method

Converts a profile to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProfileToPoint2DArray
(
	AvlNet.Profile inProfile,
	IList<AvlNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

See also