Click or drag to resize

CVOXExportDB Method

Export a Voxel to a database

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ExportDB(
	CDB db,
	string chan,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	int dummies
)

public void ExportDB(
	CDB db,
	string chan,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	int dummies
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database
chan
Type: SystemString
Channel Name
dir
Type: SystemInt32
<define>VOX_DIRECTION</define>
rev_x
Type: SystemInt32
Reverse X ? (0/1)
rev_y
Type: SystemInt32
Reverse Y ? (0/1)
rev_z
Type: SystemInt32
Reverse Z ? (0/1)
dummies
Type: SystemInt32
Write Dummies? (0/1)
Remarks
The database lines contain a slice of the voxel at a time.
See Also