Click or drag to resize

CMULTIGRID3DUTILCreateDoubleConstantCopy Method

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

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

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

Parameters

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