Click or drag to resize

CVULCANBlockModelToVoxel Method

Create a Geosoft voxel file from a Vulcan 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 BlockModelToVoxel(
	CGXNETCore gxNetShared,
	string block_model_file,
	CIPJ ipj,
	string variable_to_export,
	string output_voxel_filename,
	int remove_default_values,
	string rock_code_filename
)

public static void BlockModelToVoxel(
	CGXNETCore gxNetShared,
	string block_model_file,
	CIPJ ipj,
	string variable_to_export,
	string output_voxel_filename,
	int remove_default_values,
	string rock_code_filename
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
block_model_file
Type: SystemString
Block model file
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Block model projection
variable_to_export
Type: SystemString
Variable to import
output_voxel_filename
Type: SystemString
Ouput voxel filename
remove_default_values
Type: SystemInt32
Remove default values from input?
rock_code_filename
Type: SystemString
Rock code file for string variable imports. Optional, unused for numeric variable imports.
See Also