 | 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
Syntaxpublic 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
)
Public Shared Sub BlockModelToVoxel (
gxNetShared As CGXNETCore,
block_model_file As String,
ipj As CIPJ,
variable_to_export As String,
output_voxel_filename As String,
remove_default_values As Integer,
rock_code_filename As String
)
Public Shared Sub BlockModelToVoxel (
gxNetShared As CGXNETCore,
block_model_file As String,
ipj As CIPJ,
variable_to_export As String,
output_voxel_filename As String,
remove_default_values As Integer,
rock_code_filename As String
)
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
)
static member BlockModelToVoxel :
gxNetShared : CGXNETCore *
block_model_file : string *
ipj : CIPJ *
variable_to_export : string *
output_voxel_filename : string *
remove_default_values : int *
rock_code_filename : string -> unit
static member BlockModelToVoxel :
gxNetShared : CGXNETCore *
block_model_file : string *
ipj : CIPJ *
variable_to_export : string *
output_voxel_filename : string *
remove_default_values : int *
rock_code_filename : string -> unit
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