Click or drag to resize
CVOXGenerateConstantValue Method
Generate a VOX with a constant value

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 GenerateConstantValue(
	string str1,
	double d2,
	int i3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	int i10,
	int i11,
	int i12,
	CIPJ oIPJ13,
	CMETA oMETA14
)

Parameters

str1
Type: SystemString
Name of output VOX
d2
Type: SystemDouble
Value to use
i3
Type: SystemInt32
See GS_TYPESConstant
d4
Type: SystemDouble
Origin X
d5
Type: SystemDouble
Origin Y
d6
Type: SystemDouble
Origin Z
d7
Type: SystemDouble
Cell Size X
d8
Type: SystemDouble
Cell Size Y
d9
Type: SystemDouble
Cell Size Z
i10
Type: SystemInt32
Cell Count X
i11
Type: SystemInt32
Cell Count Y
i12
Type: SystemInt32
Cell Count Z
oIPJ13
Type: GeoEngine.Core.GXNetCIPJ
Projection
oMETA14
Type: GeoEngine.Core.GXNetCMETA
META data

Return Value

Type: CVOX
VOX Object
See Also