Click or drag to resize
CMULTIGRID3DUTILExportToVoxel Method
Exports a Multi-Voxset into a Voxel

Available since Oasis montaj version: 9.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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