 | 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
Syntaxpublic 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
)
Public Shared Sub ExportToVoxel (
gxNetShared As CGXNETCore,
project_file As String,
multi_voxset_uuid As String,
multi_voxset_attribute As String,
grid3d_file As String
)
Public Shared Sub ExportToVoxel (
gxNetShared As CGXNETCore,
project_file As String,
multi_voxset_uuid As String,
multi_voxset_attribute As String,
grid3d_file As String
)
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
)
static member ExportToVoxel :
gxNetShared : CGXNETCore *
project_file : string *
multi_voxset_uuid : string *
multi_voxset_attribute : string *
grid3d_file : string -> unit
static member ExportToVoxel :
gxNetShared : CGXNETCore *
project_file : string *
multi_voxset_uuid : string *
multi_voxset_attribute : string *
grid3d_file : string -> unit
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