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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Create a Geosoft Voxel file from a Datamine block model file.
Syntax
public static void CreateVoxel(
	string str1,
	string str2,
	CIPJ oIPJ3,
	CMETA oMETA4,
	string str5
)

Parameters

str1
Type: SystemString
Datamine file name
str2
Type: SystemString
Field to use for data
oIPJ3
Type: GeoEngine.Core.GXNetCIPJ
Projection to set
oMETA4
Type: GeoEngine.Core.GXNetCMETA
META to set
str5
Type: SystemString
Output voxel file name
See Also