You are here: Start » FIL.NET » FIS.SkipEmptyPoint3DGrid Method
FIS.SkipEmptyPoint3DGrid Method
If the input Point3DGrid has at least one point defined, then it is copied to the output; otherwise Nil is returned.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SkipEmptyPoint3DGrid ( FilNet.Point3DGrid inPoint3DGrid, INullable<FilNet.Point3DGrid> outNotEmptyPoint3DGrid, out bool outIsNotEmpty )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DGrid | FilNet.Point3DGrid | |||
![]() | outNotEmptyPoint3DGrid | FilNet.INullable<FilNet.Point3DGrid> | A copy of the input grid, if it is not empty, or Nil otherwise. This parameter cannot be null. | ||
![]() | outIsNotEmpty | bool | Indication if the input grid is not empty. |