You are here: Start » FIL.NET » Invoke.Point3DGridToPoint3DArray
Converts a grid of points to an array of points removing nonexistent ones.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void Point3DGridToPoint3DArray ( Fil.Point3DGrid inPoint3DGrid, List<Fil.Point3D> outPoint3DArray )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3DGrid | Fil.Point3DGrid | |||
![]() | outPoint3DArray | System.Collections.Generic.List<Fil.Point3D> |


