Click or drag to resize

CMULTIGRID3DUTILCreateDoubleConstantVV Method

Generate a double MultiVoxset with a constant value and non-uniform cell sizes

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void CreateDoubleConstantVV(
	CGXNETCore gxNetShared,
	string name,
	double value,
	double ox,
	double oy,
	double oz,
	CVV cx,
	CVV cy,
	CVV cz,
	CIPJ ipj
)

public static void CreateDoubleConstantVV(
	CGXNETCore gxNetShared,
	string name,
	double value,
	double ox,
	double oy,
	double oz,
	CVV cx,
	CVV cy,
	CVV cz,
	CIPJ ipj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Name of output Voxel
value
Type: SystemDouble
The contant Value to fill with - DUMMY for a trully sparse grid3d
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
See Also