Click or drag to resize
CMULTIGRID3DUTILConvertDoubleToVector Method
Convert 3 Double Voxels to a Vector Voxel

Available since Oasis montaj version: 9.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void ConvertDoubleToVector(
	CGXNETCore gxNetShared,
	string x_file_name,
	string y_file_name,
	string z_file_name,
	string out_file_name,
	double inclination,
	double declination,
	int rotated
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
x_file_name
Type: SystemString
Input X Voxel file
y_file_name
Type: SystemString
Input Y Voxel file
z_file_name
Type: SystemString
Input Z Voxel file
out_file_name
Type: SystemString
Output Vector Voxel file
inclination
Type: SystemDouble
Inclination
declination
Type: SystemDouble
Declination
rotated
Type: SystemInt32
Rotated?
See Also