Click or drag to resize

CVOX.GenerateDB Method

Generate a VOX from a Database

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GenerateDB(
	string voxel_file,
	CDB db,
	int symb
)

public static void GenerateDB(
	string voxel_file,
	CDB db,
	int symb
)

Parameters

voxel_file
Type: System.String
Voxel Name
db
Type: GeoEngine.Core.GXNet.CDB
DB To import from
symb
Type: System.Int32
Symbol to import data from
See Also