 | 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
Syntaxpublic static void ThematicVoxelInfo(
CGXNETCore gxNetShared,
CVOX vox
)
public static void ThematicVoxelInfo(
CGXNETCore gxNetShared,
CVOX vox
)
Public Shared Sub ThematicVoxelInfo (
gxNetShared As CGXNETCore,
vox As CVOX
)
Public Shared Sub ThematicVoxelInfo (
gxNetShared As CGXNETCore,
vox As CVOX
)
public:
static void ThematicVoxelInfo(
CGXNETCore^ gxNetShared,
CVOX^ vox
)
public:
static void ThematicVoxelInfo(
CGXNETCore^ gxNetShared,
CVOX^ vox
)
static member ThematicVoxelInfo :
gxNetShared : CGXNETCore *
vox : CVOX -> unit
static member ThematicVoxelInfo :
gxNetShared : CGXNETCore *
vox : CVOX -> unit
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