Click or drag to resize

CMULTIGRID3DUTILConvertVectorToDouble Method

Convert a Vector Voxel to 3 double Voxels

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ConvertVectorToDouble(
	string file_name,
	string x_file_name,
	string y_file_name,
	string z_file_name,
	int rotated
)

public static void ConvertVectorToDouble(
	string file_name,
	string x_file_name,
	string y_file_name,
	string z_file_name,
	int rotated
)

Parameters

file_name
Type: SystemString
Input Vector Voxel file
x_file_name
Type: SystemString
Output X Voxel file
y_file_name
Type: SystemString
Output Y Voxel file
z_file_name
Type: SystemString
Output Z Voxel file
rotated
Type: SystemInt32
Rotated?
See Also