You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inProfile | Avl.Profile | Input profile. | ||
![]() | outPoints | System.Collections.Generic.List<Avl.Point2D> |


