Click or drag to resize

CMULTIGRID3DUTILConvertVectorToDoubleUsingRotation Method

Convert a Vector Voxel to 3 double Voxels using an external rotation. Internal rotations are ignored.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ConvertVectorToDoubleUsingRotation(
	CGXNETCore gxNetShared,
	string file_name,
	string x_file_name,
	string y_file_name,
	string z_file_name,
	double inclination,
	double declination
)

public static void ConvertVectorToDoubleUsingRotation(
	CGXNETCore gxNetShared,
	string file_name,
	string x_file_name,
	string y_file_name,
	string z_file_name,
	double inclination,
	double declination
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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
inclination
Type: SystemDouble
Inclination
declination
Type: SystemDouble
Declination
See Also