Click or drag to resize
CVOXGetLimits Method
Get the range of indices with non-dummy data.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Find the non-dummy volume of a VOX object. If the voxel is all dummies, returns iMAX for the minima, and iMIN for the maxima.
Syntax
public void GetLimits(
	ref int i1,
	ref int i2,
	ref int i3,
	ref int i4,
	ref int i5,
	ref int i6
)

Parameters

i1
Type: SystemInt32
Index of minimum valid data in X.
i2
Type: SystemInt32
Index of minimum valid data in Y.
i3
Type: SystemInt32
Index of minimum valid data in Z.
i4
Type: SystemInt32
Index of maximum valid data in X.
i5
Type: SystemInt32
Index of maximum valid data in Y.
i6
Type: SystemInt32
Index of maximum valid data in Z.
See Also