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.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static CVOX GenerateConstantValueVV(
	CGXNETCore gxNetShared,
	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(
	CGXNETCore gxNetShared,
	string name,
	double value,
	int type,
	double ox,
	double oy,
	double oz,
	CVV cx,
	CVV cy,
	CVV cz,
	CIPJ ipj,
	CMETA meta
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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.GXNetXCVV
Cell Sizes X
cy
Type: GeoEngine.Core.GXNetXCVV
Cell Sizes Y
cz
Type: GeoEngine.Core.GXNetXCVV
Cell Sizes Z
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection
meta
Type: GeoEngine.Core.GXNetXCMETA
Metadata

Return Value

Type: CVOX
VOX Object
See Also