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 | |
|---|---|---|---|---|---|
![]() | inProfile | AvlNet.Profile | Input profile. | ||
![]() | outPoints | System.Collections.Generic.IList<AvlNet.Point2D> |


