Click or drag to resize

CMVUCDIPixelPlot3D Method

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

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
group
Type: SystemString
Name of the group to create
data_va
Type: GeoEngine.Core.GXNetXCVA
Data [lNR x lNC]
elev_va
Type: GeoEngine.Core.GXNetXCVA
Elevations (Z) [lNR x lNC]
xvv
Type: GeoEngine.Core.GXNetXCVV
Position (X) [lNC]
yvv
Type: GeoEngine.Core.GXNetXCVV
Position (Y) [lNC]
itr
Type: GeoEngine.Core.GXNetXCITR
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