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.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PlotVoxelSlice(
	CMVIEW mview,
	CVOX vox,
	CITR itr,
	CVV x,
	CVV y,
	double dOrigin,
	double dMin,
	double dmax,
	double res
)

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

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
vox
Type: GeoEngine.Core.GXNetCVOX
Voxel model
itr
Type: GeoEngine.Core.GXNetCITR
colour model
x
Type: GeoEngine.Core.GXNetCVV
x-values along the line
y
Type: GeoEngine.Core.GXNetCVV
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