Click or drag to resize

CGUIThematicVoxelInfo Method

Display GX.Net thematic voxel info GUI.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ThematicVoxelInfo(
	CGXNETCore gxNetShared,
	CVOX vox
)

public static void ThematicVoxelInfo(
	CGXNETCore gxNetShared,
	CVOX vox
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vox
Type: GeoEngine.Core.GXNetXCVOX
VOX object
Remarks
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.
See Also