You are here: Start » AVL.NET » AVL.SurfaceToPoint3DArray
Converts a surface object to an array of points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void SurfaceToPoint3DArray ( AvlNet.Surface inSurface, IList<AvlNet.Point3D> outPoint3DArray )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | outPoint3DArray | System.Collections.Generic.IList<AvlNet.Point3D> | Output point array. |


