Click or drag to resize

CDCOLVoxelDirect Method

A direct approach to the interactive colour tool for voxels, not relying on an open map, grid, or 3D document view with Oasis Montaj. Instead, the means of constructing the Voxelare explicitly passed in to this function, and the tool is launched within the context ofthat document directly.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CDCOL VoxelDirect(
	CGXNETCore gxNetShared,
	string filename,
	string table,
	double contour,
	IDisposable disposable
)

public static CDCOL VoxelDirect(
	CGXNETCore gxNetShared,
	string filename,
	string table,
	double contour,
	IDisposable disposable
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
filename
Type: SystemString
The target voxel filename.
table
Type: SystemString
Color table name, "" for default
contour
Type: SystemDouble
Color contour interval or <define>rDUMMY</define>
disposable
Type: SystemIDisposable
Disposable to dispose when interactive colour tool editing is ended internally (e.g. closing document).

Return Value

Type: CDCOL
DCOL object
See Also