Click or drag to resize

CMULTIGRID3DUTILCheckEqualToLegacyVoxel Method

Compare MULTIGRID3D to Legacy Voxel

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void CheckEqualToLegacyVoxel(
	string grid3d_file,
	string legacy_grid3d_file
)

public static void CheckEqualToLegacyVoxel(
	string grid3d_file,
	string legacy_grid3d_file
)

Parameters

grid3d_file
Type: SystemString
Voxel file
legacy_grid3d_file
Type: SystemString
Legacy Voxel file
See Also