Click or drag to resize

CVOXMath Method

Produces a new voxes using a formula on existing voxels/Grids

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CVOX Math(
	CGXNETCore gxNetShared,
	string master,
	string mastervar,
	string output,
	string outvar,
	string formula,
	CLST lst
)

public static CVOX Math(
	CGXNETCore gxNetShared,
	string master,
	string mastervar,
	string output,
	string outvar,
	string formula,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
master
Type: SystemString
Master VOX Name
mastervar
Type: SystemString
Master VOX Variable Name
output
Type: SystemString
Output VOX Name
outvar
Type: SystemString
Output VOX Variable Name
formula
Type: SystemString
Formula
lst
Type: GeoEngine.Core.GXNetXCLST
List of Voxels/Grids to use as inputs

Return Value

Type: CVOX
VOXEL handle
Remarks
The input voxels must all be of the same type.
See Also