Click or drag to resize
CVOXExportToGrids Method
Export all layers of this VOX into grid files, with optional cell size.

Available since Oasis montaj version: 7.3.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the cell size is not specified, then: 1. If the cell sizes are uniform in a given direction, that size is used 2. If the cell sizes are variable in a given direction, then the smallest size is used
Syntax
public void ExportToGrids(
	string str1,
	int i2,
	int i3,
	int i4,
	int i5,
	double d6,
	int i7
)

Parameters

str1
Type: SystemString
Name of grids (each layers adds _Number to the name)
i2
Type: SystemInt32
See VOX_DIRConstant
i3
Type: SystemInt32
Starting index
i4
Type: SystemInt32
Increment in index
i5
Type: SystemInt32
Total number of grids (-1 or iDUMMY for all)
d6
Type: SystemDouble
Cell size (can be GS_R8DM)
i7
Type: SystemInt32
See VOX_SLICE_MODEConstant
See Also