Click or drag to resize

CMULTIGRID3DUTIL.ExportToXYZ Method

Export a MULTIGRID3D to an XYZ File

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

public static void ExportToXYZ(
	string grid3d_file,
	string xyz,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	int dummies
)

Parameters

grid3d_file
Type: System.String
Input Voxel file
xyz
Type: System.String
File Name
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?
dummies
Type: System.Int32
Write Dummies?
See Also