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


