Click or drag to resize

CVOXReGrid Method

Regrid a Voxel.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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.GXNetCVOX
VOX object to regrid
reg
Type: GeoEngine.Core.GXNetCREG
Parameters (not implemented)
output_vox
Type: SystemString
Output voxel file name.
See Also