Click or drag to resize
CMULTIGRID3DUTILCreateDoubleConstantCopy Method
Generate a double MultiVoxset with a constant value based on an input voxel

Available since Oasis montaj version: 9.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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