You are here: Start » FIL.NET » FIS.FisFilter_AccessPoint3DGrid Method
FIS.FisFilter_AccessPoint3DGrid Method
Returns individual fields of a point 3D grid.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_AccessPoint3DGrid ( FilNet.Point3DGrid inPoint3DGrid, out int outWidth, out int outHeight, IList<FilNet.Point3D> outPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DGrid | FilNet.Point3DGrid | Input point 3D grid. | ||
![]() | outWidth | int | Grid width. | ||
![]() | outHeight | int | Grid height. | ||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point3D> | Points of the grid. |