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


