Click or drag to resize
CVOXExportDB Method
Export a Voxel to a database

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The database lines contain a slice of the voxel at a time.
Syntax
public void ExportDB(
	CDB oDB1,
	string str2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
Channel Name
i3
Type: SystemInt32
See VOX_DIRECTIONConstant
i4
Type: SystemInt32
Reverse X ? (0/1)
i5
Type: SystemInt32
Reverse Y ? (0/1)
i6
Type: SystemInt32
Reverse Z ? (0/1)
i7
Type: SystemInt32
Write Dummies? (0/1)
See Also