Click or drag to resize

CDATAMINECreateVoxel Method

Create a Geosoft Voxel file from a Datamine block model file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void CreateVoxel(
	CGXNETCore gxNetShared,
	string file,
	string field,
	CIPJ ipj,
	CMETA meta,
	string voxel
)

public static void CreateVoxel(
	CGXNETCore gxNetShared,
	string file,
	string field,
	CIPJ ipj,
	CMETA meta,
	string voxel
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
Datamine file name
field
Type: SystemString
Field to use for data
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection to set
meta
Type: GeoEngine.Core.GXNetXCMETA
META to set
voxel
Type: SystemString
Output voxel file name
Remarks
Create a Geosoft Voxel file from a Datamine block model file.
See Also