Click or drag to resize
CMULTIGRID3DGetDataGroundExtents Method
Get the voxel size in ground units that has non-dummy data.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Find the non-dummy volume of a MULTIGRID3D object. If the voxel is all dummies, returns <define>iMAX</define> for the minima, and <define>iMIN</define> for the maxima.
Syntax
public void GetDataGroundExtents(
	ref double min_x,
	ref double min_y,
	ref double min_z,
	ref double max_x,
	ref double max_y,
	ref double max_z
)

Parameters

min_x
Type: SystemDouble
Ground location of minimum valid data in X.
min_y
Type: SystemDouble
Ground location of minimum valid data in Y.
min_z
Type: SystemDouble
Ground location of minimum valid data in Z.
max_x
Type: SystemDouble
Ground location of maximum valid data in X.
max_y
Type: SystemDouble
Ground location of maximum valid data in Y.
max_z
Type: SystemDouble
Ground location of maximum valid data in Z.
See Also