Click or drag to resize
CGUIThematicVoxelInfo Method
Display GX.Net thematic voxel info GUI.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Displays the thematic voxel codes, colors, total volume for each code, and number of valid items (cubes) for each code. This is a replacement for the numeric stats done on normal numerical voxel grids.
Syntax
public static void ThematicVoxelInfo(
	CGXNETCore gxNetShared,
	CVOX vox
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vox
Type: GeoEngine.Core.GXNetXCVOX
VOX object
See Also