Click or drag to resize

CVOXExportToGrids Method

Export all layers of this VOX into grid files, with optional cell size.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ExportToGrids(
	string name,
	int dir,
	int start,
	int incr,
	int num,
	double cell_size,
	int interp
)

public void ExportToGrids(
	string name,
	int dir,
	int start,
	int incr,
	int num,
	double cell_size,
	int interp
)

Parameters

name
Type: SystemString
Name of grids (each layers adds _Number to the name)
dir
Type: SystemInt32
<define>VOX_DIR</define>
start
Type: SystemInt32
Starting index
incr
Type: SystemInt32
Increment in index
num
Type: SystemInt32
Total number of grids (-1 or <define>iDUMMY</define> for all)
cell_size
Type: SystemDouble
Cell size (can be <define>GS_R8DM</define>)
interp
Type: SystemInt32
<define>VOX_SLICE_MODE</define>
Remarks
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
See Also