You are here: Start » AVL.NET » AVS.SurfaceToPoint3DArray Method
AVS.SurfaceToPoint3DArray Method
Converts a surface object to an array of points removing nonexistent ones.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
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. |


