Click or drag to resize

CMULTIGRID3DUTILCreateDoubleConstantCopy Method

Generate a double MultiVoxset with a constant value based on an input voxel

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void CreateDoubleConstantCopy(
	CGXNETCore gxNetShared,
	string name,
	double value,
	string source_name
)

public static void CreateDoubleConstantCopy(
	CGXNETCore gxNetShared,
	string name,
	double value,
	string source_name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Name of output Voxel File
value
Type: SystemDouble
Constant Value to use - DUMMY for a trully sparse grid3d
source_name
Type: SystemString
Name of voxel to model
See Also