Click or drag to resize
CVOXGenerateConstantValueVV Method
Generate a VOX with a constant value, cells sizes passed in VVs.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CVOX GenerateConstantValueVV(
	string str1,
	double d2,
	int i3,
	double d4,
	double d5,
	double d6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	CIPJ oIPJ10,
	CMETA oMETA11
)

Parameters

str1
Type: SystemString
Name of output VOX
d2
Type: SystemDouble
The Value to use
i3
Type: SystemInt32
See GS_TYPESConstant
d4
Type: SystemDouble
Origin X
d5
Type: SystemDouble
Origin Y
d6
Type: SystemDouble
Origin Z
oVV7
Type: GeoEngine.Core.GXNetCVV
Cell Sizes X
oVV8
Type: GeoEngine.Core.GXNetCVV
Cell Sizes Y
oVV9
Type: GeoEngine.Core.GXNetCVV
Cell Sizes Z
oIPJ10
Type: GeoEngine.Core.GXNetCIPJ
Projection
oMETA11
Type: GeoEngine.Core.GXNetCMETA
META data

Return Value

Type: CVOX
VOX Object
See Also