Click or drag to resize
CMVUCDIPixelPlot3D Method
Create a colour pixel-style plot of CDI data in a 3D view.

Available since Oasis montaj version: 7.2.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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 colour "pixel" for each data point is plotted in two halves, with each half on adjacent plotting planes, with the bend at the data point.
Syntax
public static void CDIPixelPlot3D(
	CMVIEW oMVIEW1,
	string str2,
	CVA oVA3,
	CVA oVA4,
	CVV oVV5,
	CVV oVV6,
	CITR oITR7
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
str2
Type: SystemString
Name of the group to create
oVA3
Type: GeoEngine.Core.GXNetCVA
Data [lNR x lNC]
oVA4
Type: GeoEngine.Core.GXNetCVA
Elevations (Z) [lNR x lNC]
oVV5
Type: GeoEngine.Core.GXNetCVV
Position (X) [lNC]
oVV6
Type: GeoEngine.Core.GXNetCVV
Position (Y) [lNC]
oITR7
Type: GeoEngine.Core.GXNetCITR
Data colour transform
See Also