Click or drag to resize
CMULTIGRID3DUTILCheckEqualToLegacyVoxel Method
Compare MULTIGRID3D to Legacy Voxel

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void CheckEqualToLegacyVoxel(
	CGXNETCore gxNetShared,
	string grid3d_file,
	string legacy_grid3d_file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid3d_file
Type: SystemString
Voxel file
legacy_grid3d_file
Type: SystemString
Legacy Voxel file
See Also