Click or drag to resize
CVOXGetLimitsXYZ Method
Get the range in true XYZ of 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 in true (X, Y, Z). This method works for voxels which are rotated or oriented in 3D, and returns the true min and max X, Y and Z limits in the data. The bounds are the bounds for the voxel center points. If the voxel is all dummies, returns rMAX for the minima, and rMIN for the maxima.
Syntax
public void GetLimitsXYZ(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6
)

Parameters

d1
Type: SystemDouble
Minimum valid data in X.
d2
Type: SystemDouble
Minimum valid data in Y.
d3
Type: SystemDouble
Minimum valid data in Z.
d4
Type: SystemDouble
Maximum valid data in X.
d5
Type: SystemDouble
Maximum valid data in Y.
d6
Type: SystemDouble
Maximum valid data in Z.
See Also