Click or drag to resize

CVULCANBlockModelToVoxel Method

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

Parameters

block_model_file
Type: SystemString
Block model file
ipj
Type: GeoEngine.Core.GXNetCIPJ
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