Click or drag to resize

CMVUPlotVoxelSlice Method

Extract a vertical slice from a voxel along a path and plot it to a 2D view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void PlotVoxelSlice(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVOX vox,
	CITR itr,
	CVV x,
	CVV y,
	double dOrigin,
	double dMin,
	double dmax,
	double res
)

public static void PlotVoxelSlice(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVOX vox,
	CITR itr,
	CVV x,
	CVV y,
	double dOrigin,
	double dMin,
	double dmax,
	double res
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
vox
Type: GeoEngine.Core.GXNetXCVOX
Voxel model
itr
Type: GeoEngine.Core.GXNetXCITR
colour model
x
Type: GeoEngine.Core.GXNetXCVV
x-values along the line
y
Type: GeoEngine.Core.GXNetXCVV
y-values along the line
dOrigin
Type: SystemDouble
Distance at the first XY location (normally 0.0)
dMin
Type: SystemDouble
Starting distance to plot
dmax
Type: SystemDouble
Ending distance to plot
res
Type: SystemDouble
Sampling resolution
Remarks
The path is splined linearly between points and sampled at the input interval. The resulting vertical samples of cubes are plotted as "pixel strips" in the view.
See Also