Click or drag to resize

CMULTIGRID3DUTILExportToVoxel Method

Exports a Multi-Voxset into a Voxel

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ExportToVoxel(
	CGXNETCore gxNetShared,
	string project_file,
	string multi_voxset_uuid,
	string multi_voxset_attribute,
	string grid3d_file
)

public static void ExportToVoxel(
	CGXNETCore gxNetShared,
	string project_file,
	string multi_voxset_uuid,
	string multi_voxset_attribute,
	string grid3d_file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
project_file
Type: SystemString
Project file
multi_voxset_uuid
Type: SystemString
Multi-Voxset UUID
multi_voxset_attribute
Type: SystemString
Multi-Voxset attribute
grid3d_file
Type: SystemString
Output Voxel file
See Also