Click or drag to resize
CMULTIGRID3DUTILExportToBinary Method
Export contents of MULTIGRID3D to a Binary File.

Available since Oasis montaj version: 9.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 ExportToBinary(
	CGXNETCore gxNetShared,
	string grid3d_file,
	string binary_file,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	int swap,
	int output_type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid3d_file
Type: SystemString
Input Voxel file
binary_file
Type: SystemString
Binary file to write to
dir
Type: SystemInt32
<define>DIRECTION3D</define>
rev_x
Type: SystemInt32
Reverse X?
rev_y
Type: SystemInt32
Reverse Y?
rev_z
Type: SystemInt32
Reverse Z?
swap
Type: SystemInt32
Swap Bytes?
output_type
Type: SystemInt32
Output Type (Geosoft Type)
See Also