Click or drag to resize
CVOXMath Method
Produces a new voxes using a formula on existing voxels/Grids

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The input voxels must all be of the same type.
Syntax
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
See Also