Click or drag to resize

CVOXMath Method

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

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

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

Parameters

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.GXNetCLST
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