Fill Voxel Dummies

Use the Voxel > Utilities > Fill Voxel Dummies menu option (geogxnet.dll(Geosoft.GX.VoxUtils.FillVoxel;Run)*), to fill the dummies in an existing voxel and write the filled volume to a new voxel.

Fill Voxel Dummies dialog options

Input voxel

Select the voxel file to be filled.

Script Parameter: FILLVOXDUMMIES.INPUTVOXEL

Output filled voxel

Select the name for the filled voxel file.

Script Parameter: FILLVOXDUMMIES.OUTPUTVOXEL

Fill type

Select the interpolation type:

ZXY (default)

The voxel is interpolated first in the Z direction, then in the X and Y directions. Linear interpolation is done on interior dummies, and nearest interpolation is done at the exterior edges.

Script Parameter: FILLVOXDUMMIES.FILL_TYPE [ZXY: ZXY]

ZYX

The voxel is interpolated first in the Z direction, then in the Y and X directions. Linear interpolation is done on interior dummies, and nearest interpolation is done at the exterior edges.

Script Parameter: FILLVOXDUMMIES.FILL_TYPE [ZYX: ZYX]

XYZ

The voxel is interpolated first in the X direction, then in the Y and Z directions. Linear interpolation is done on interior dummies, and nearest interpolation is done at the exterior edges.

Script Parameter: FILLVOXDUMMIES.FILL_TYPE [XYZ: XYZ]

XZY

The voxel is interpolated first in the X direction, then in the Z and Y directions. Linear interpolation is done on interior dummies, and nearest interpolation is done at the exterior edges.

Script Parameter: FILLVOXDUMMIES.FILL_TYPE [XZY: XZY]

YXZ

The voxel is interpolated first in the Y direction, then in the X and Z directions. Linear interpolation is done on interior dummies, and nearest interpolation is done at the exterior edges.

Script Parameter: FILLVOXDUMMIES.FILL_TYPE [YXZ: YXZ]

YZX

The voxel is interpolated first in the Y direction, then in the Z and X directions. Linear interpolation is done on interior dummies, and nearest interpolation is done at the exterior edges.

Script Parameter: FILLVOXDUMMIES.FILL_TYPE [YZX: YZX]

Grid Fill by Layer

The voxel is interpolated or filled on each column, just in case there are missing layers in a voxel.

Script Parameter: FILLVOXDUMMIES.FILL_TYPE [GRIDFILL: Grid Fill by Layer]

*The GX tool will search in the "...\Geosoft\Desktop Applications \gx" folder. The GX.Net tools, however, are embedded in the geogxnet.dll located in the "...\Geosoft\Desktop Applications \bin" folder. If running this GX interactively, bypassing the menu, first change the folder to point to the "bin" folder, then supply the GX.Net tool in the specified format.