Click or drag to resize
CVOXWindowXYZ Method
Window a VOX to ranges in X, Y and Z.

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)
Notes
The six minima and maxima are optional. The output can be clipped to the non-dummied cells.
Syntax
public void WindowXYZ(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	string str7,
	int i8
)

Parameters

d1
Type: SystemDouble
Minimum X (optional, rDUMMY for no minimum)
d2
Type: SystemDouble
Minimum Y (optional, rDUMMY for no minimum)
d3
Type: SystemDouble
Minimum Z (optional, rDUMMY for no minimum)
d4
Type: SystemDouble
Maximum X (optional, rDUMMY for no maximun)
d5
Type: SystemDouble
Maximum Y (optional, rDUMMY for no maximun)
d6
Type: SystemDouble
Maximum Z (optional, rDUMMY for no maximun)
str7
Type: SystemString
Output voxel file name.
i8
Type: SystemInt32
Clip extents to remove dummies (0: no (same size), 1: yes (smaller))
See Also