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

Invoke.ProfileToPoint2DArray

Converts a profile to an array of points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ProfileToPoint2DArray
(
	Avl.Profile inProfile,
	List<Avl.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inProfileAvl.ProfileInput profile.
outPointsSystem.Collections.Generic.List<Avl.Point2D>

See also