Click or drag to resize

CDATAMINECreateVoxel Method

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

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

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

Parameters

file
Type: SystemString
Datamine file name
field
Type: SystemString
Field to use for data
ipj
Type: GeoEngine.Core.GXNetCIPJ
Projection to set
meta
Type: GeoEngine.Core.GXNetCMETA
META to set
voxel
Type: SystemString
Output voxel file name
Remarks
Create a Geosoft Voxel file from a Datamine block model file.
See Also