Click or drag to resize
CVOXFilter Method
Apply a 3D filter to a voxel.

Available since Oasis montaj version: 7.3.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void Filter(
	int i1,
	string str2,
	int i3,
	int i4,
	string str5
)

Parameters

i1
Type: SystemInt32
See VOX_FILTER3DConstant
str2
Type: SystemString
filter file, if filter is VOX_FILTER3D_FILE
i3
Type: SystemInt32
number of filter passes
i4
Type: SystemInt32
(1: interpolate dummies)
str5
Type: SystemString
Output voxel file name.
See Also