Click or drag to resize

CMULTIGRID3DUTILCreateVectorConstant Method

Generate a double MultiVoxset with a constant value

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void CreateVectorConstant(
	CGXNETCore gxNetShared,
	string name,
	double value_x,
	double value_y,
	double value_z,
	double ox,
	double oy,
	double oz,
	double cell_x,
	double cell_y,
	double cell_z,
	int size_x,
	int size_y,
	int size_z,
	CIPJ ipj
)

public static void CreateVectorConstant(
	CGXNETCore gxNetShared,
	string name,
	double value_x,
	double value_y,
	double value_z,
	double ox,
	double oy,
	double oz,
	double cell_x,
	double cell_y,
	double cell_z,
	int size_x,
	int size_y,
	int size_z,
	CIPJ ipj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Name of output Voxel File
value_x
Type: SystemDouble
X Constant Value to use - DUMMY for a trully sparse grid3d
value_y
Type: SystemDouble
Y Constant Value to use - DUMMY for a trully sparse grid3d
value_z
Type: SystemDouble
Z Constant Value to use - DUMMY for a trully sparse grid3d
ox
Type: SystemDouble
Origin X
oy
Type: SystemDouble
Origin Y
oz
Type: SystemDouble
Origin Z
cell_x
Type: SystemDouble
Cell Size X
cell_y
Type: SystemDouble
Cell Size Y
cell_z
Type: SystemDouble
Cell Size Z
size_x
Type: SystemInt32
Cell Count X
size_y
Type: SystemInt32
Cell Count Y
size_z
Type: SystemInt32
Cell Count Z
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection
See Also