Click or drag to resize
CMVIEWDrawVectorVoxelVectors Method
Display vectors from a vector voxel in the view.

Available since Oasis montaj version: 7.6.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void DrawVectorVoxelVectors(
	CVOX oVOX1,
	string str2,
	CITR oITR3,
	double d4,
	double d5,
	double d6,
	double d7,
	int i8
)

Parameters

oVOX1
Type: GeoEngine.Core.GXNetCVOX
VOX
str2
Type: SystemString
view group name Maximum length is MVIEW_NAME_LENGTH
oITR3
Type: GeoEngine.Core.GXNetCITR
Image transform - must contain zones
d4
Type: SystemDouble
Vector length scale factor - w.r.t. the voxel minimum horizontal cell size (default 1)
d5
Type: SystemDouble
Ratio of the vector cone height to its base (default 4)
d6
Type: SystemDouble
Ratio of maximum base size to minimum horizontal cell size (default 0.25)
d7
Type: SystemDouble
Cutoff value - do not plot vectors with amplitudes less than this value (rDUMMY or 0 to plot all)
i8
Type: SystemInt32
Maximum number of vectors - decimate as required to reduce (iDUMMY to plot all)
See Also