Click or drag to resize

CVOXGenerateConstantValue Method

Note: This API is now obsolete.

Generate a VOX with a constant value

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 GenerateConstantValue(
	CGXNETCore gxNetShared,
	string name,
	double value,
	int type,
	double ox,
	double oy,
	double oz,
	double cx,
	double cy,
	double cz,
	int cell_count_x,
	int cell_count_y,
	int cell_count_z,
	CIPJ ipj,
	CMETA meta
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static CVOX GenerateConstantValue(
	CGXNETCore gxNetShared,
	string name,
	double value,
	int type,
	double ox,
	double oy,
	double oz,
	double cx,
	double cy,
	double cz,
	int cell_count_x,
	int cell_count_y,
	int cell_count_z,
	CIPJ ipj,
	CMETA meta
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Name of output VOX
value
Type: SystemDouble
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: SystemDouble
Cell Size X
cy
Type: SystemDouble
Cell Size Y
cz
Type: SystemDouble
Cell Size Z
cell_count_x
Type: SystemInt32
Cell Count X
cell_count_y
Type: SystemInt32
Cell Count Y
cell_count_z
Type: SystemInt32
Cell Count Z
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection
meta
Type: GeoEngine.Core.GXNetXCMETA
Metadata

Return Value

Type: CVOX
VOX Object
See Also