Click or drag to resize

CVOXGenerateConstantValueVV Method

Note: This API is now obsolete.

Generate a VOX with a constant value, cells sizes passed in VVs.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static CVOX GenerateConstantValueVV(
	string name,
	double value,
	int type,
	double ox,
	double oy,
	double oz,
	CVV cx,
	CVV cy,
	CVV cz,
	CIPJ ipj,
	CMETA meta
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static CVOX GenerateConstantValueVV(
	string name,
	double value,
	int type,
	double ox,
	double oy,
	double oz,
	CVV cx,
	CVV cy,
	CVV cz,
	CIPJ ipj,
	CMETA meta
)

Parameters

name
Type: SystemString
Name of output VOX
value
Type: SystemDouble
The Value to use
type
Type: SystemInt32
<define>GS_TYPES</define>
ox
Type: SystemDouble
Origin X
oy
Type: SystemDouble
Origin Y
oz
Type: SystemDouble
Origin Z
cx
Type: GeoEngine.Core.GXNetCVV
Cell Sizes X
cy
Type: GeoEngine.Core.GXNetCVV
Cell Sizes Y
cz
Type: GeoEngine.Core.GXNetCVV
Cell Sizes Z
ipj
Type: GeoEngine.Core.GXNetCIPJ
Projection
meta
Type: GeoEngine.Core.GXNetCMETA
Metadata

Return Value

Type: CVOX
VOX Object
See Also