Click or drag to resize

CMVUCDIPixelPlot3D Method

Create a color pixel-style plot of CDI data in a 3D view.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void CDIPixelPlot3D(
	CMVIEW mview,
	string group,
	CVA data_va,
	CVA elev_va,
	CVV xvv,
	CVV yvv,
	CITR itr
)

public static void CDIPixelPlot3D(
	CMVIEW mview,
	string group,
	CVA data_va,
	CVA elev_va,
	CVV xvv,
	CVV yvv,
	CITR itr
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
group
Type: SystemString
Name of the group to create
data_va
Type: GeoEngine.Core.GXNetCVA
Data [lNR x lNC]
elev_va
Type: GeoEngine.Core.GXNetCVA
Elevations (Z) [lNR x lNC]
xvv
Type: GeoEngine.Core.GXNetCVV
Position (X) [lNC]
yvv
Type: GeoEngine.Core.GXNetCVV
Position (Y) [lNC]
itr
Type: GeoEngine.Core.GXNetCITR
Data color transform
Remarks
Similar to CDIPixelPlot_MVU, but plotted onto a series of plotting planes which hang from the XY path in 3D. Each vertical plane azimuth is defined by two adjacent points on the path. The color "pixel" for each data point is plotted in two halves, with each half on adjacent plotting planes, with the bend at the data point.
See Also