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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void BlockModelToVoxel(
	string str1,
	CIPJ oIPJ2,
	string str3,
	string str4,
	int i5,
	string str6
)

Parameters

str1
Type: SystemString
Block model file
oIPJ2
Type: GeoEngine.Core.GXNetCIPJ
Block model projection
str3
Type: SystemString
Variable to import
str4
Type: SystemString
Ouput voxel filename
i5
Type: SystemInt32
Remove default values from input? GEO_BOOLConstant
str6
Type: SystemString
Rock code file for string variable imports. Optional, unused for numeric variable imports.
See Also