 | 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
Syntaxpublic static void CreateDoubleConstantCopy(
string name,
double value,
string source_name
)
public static void CreateDoubleConstantCopy(
string name,
double value,
string source_name
)
Public Shared Sub CreateDoubleConstantCopy (
name As String,
value As Double,
source_name As String
)
Public Shared Sub CreateDoubleConstantCopy (
name As String,
value As Double,
source_name As String
)
public:
static void CreateDoubleConstantCopy(
String^ name,
double value,
String^ source_name
)
public:
static void CreateDoubleConstantCopy(
String^ name,
double value,
String^ source_name
)
static member CreateDoubleConstantCopy :
name : string *
value : float *
source_name : string -> unit
static member CreateDoubleConstantCopy :
name : string *
value : float *
source_name : string -> unit
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