Click or drag to resize
CVULCANBlockModelToVoxel Method
Create a Geosoft voxel file from a Vulcan block model file.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
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
)

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