You are here: Start » FIL.NET » Function Reference » Conversions » FIL.SurfaceToPoint3DGrid
Converts a surface object to a grid of points.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SurfaceToPoint3DGrid ( FilNet.Surface inSurface, FilNet.Point3DGrid outPoint3DGrid )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | outPoint3DGrid | FilNet.Point3DGrid | Output point grid. |


