Click or drag to resize
CVOXGenerateVectorVoxelFromDB Method
Generate a vector voxel VOX from a Database

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void GenerateVectorVoxelFromDB(
	string str1,
	CDB oDB2,
	int i3,
	int i4,
	int i5,
	int i6,
	double d7,
	double d8
)

Parameters

str1
Type: SystemString
Voxel Name
oDB2
Type: GeoEngine.Core.GXNetCDB
DB To import from
i3
Type: SystemInt32
See VOX_VECTORVOX_IMPORTConstantImport XYZ, UVW or Amplitude/Inclination/Declination channels
i4
Type: SystemInt32
Symbol to import X, U or Amplitude data from
i5
Type: SystemInt32
Symbol to import Y, V or Inclination data from
i6
Type: SystemInt32
Symbol to import Z, W or Declination data from
d7
Type: SystemDouble
Inclination value for VOX_VECTORVOX_UVW (-90° to 90°)
d8
Type: SystemDouble
Declination value for VOX_VECTORVOX_UVW (-180° to 180°)
See Also