Click or drag to resize
CMULTIGRID3DUTILGetDataExtents Method
Get the voxel size 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 static void GetDataExtents(
	CGXNETCore gxNetShared,
	string filename,
	ref int min_x,
	ref int min_y,
	ref int min_z,
	ref int max_x,
	ref int max_y,
	ref int max_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
filename
Type: SystemString
input filename
min_x
Type: SystemInt32
Index of minimum valid data in X.
min_y
Type: SystemInt32
Index of minimum valid data in Y.
min_z
Type: SystemInt32
Index of minimum valid data in Z.
max_x
Type: SystemInt32
Index of maximum valid data in X.
max_y
Type: SystemInt32
Index of maximum valid data in Y.
max_z
Type: SystemInt32
Index of maximum valid data in Z.
See Also