Click or drag to resize
CDATAMINECreateVoxel Method
Create a Geosoft Voxel file from a Datamine block model file.

Available since Oasis montaj version: 6.3
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Create a Geosoft Voxel file from a Datamine block model file.
Syntax
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
See Also