Click or drag to resize

CMULTIGRID3DUTIL.ExportToBinary Method

Export contents of MULTIGRID3D to a Binary File.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportToBinary(
	string grid3d_file,
	string binary_file,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	int swap,
	int output_type
)

public static void ExportToBinary(
	string grid3d_file,
	string binary_file,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	int swap,
	int output_type
)

Parameters

grid3d_file
Type: System.String
Input Voxel file
binary_file
Type: System.String
Binary file to write to
dir
Type: System.Int32
<define>DIRECTION3D</define>
rev_x
Type: System.Int32
Reverse X?
rev_y
Type: System.Int32
Reverse Y?
rev_z
Type: System.Int32
Reverse Z?
swap
Type: System.Int32
Swap Bytes?
output_type
Type: System.Int32
Output Type (Geosoft Type)
See Also