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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The input voxels must all be of the same type.
Syntax
public static CVOX Math(
	string str1,
	string str2,
	string str3,
	string str4,
	string str5,
	CLST oLST6
)

Parameters

str1
Type: SystemString
Master VOX Name
str2
Type: SystemString
Master VOX Variable Name
str3
Type: SystemString
Output VOX Name
str4
Type: SystemString
Output VOX Variable Name
str5
Type: SystemString
Formula
oLST6
Type: GeoEngine.Core.GXNetCLST
List of Voxels/Grids to use as inputs

Return Value

Type: CVOX
VOXEL handle
See Also