Click or drag to resize

CVOXReGrid Method

Regrid a Voxel.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ReGrid(
	CVOX vox_to_regrid,
	CREG reg,
	string output_vox
)

public void ReGrid(
	CVOX vox_to_regrid,
	CREG reg,
	string output_vox
)

Parameters

vox_to_regrid
Type: GeoEngine.Core.GXNetXCVOX
VOX object to regrid
reg
Type: GeoEngine.Core.GXNetXCREG
Parameters (not implemented)
output_vox
Type: SystemString
Output voxel file name.
See Also