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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This will result in a VECTOR3D group object within the view
Syntax
public void DrawVectorVoxelVectors(
	CVOX vox,
	string group,
	CITR itr,
	double scale_factor,
	double height_base_ratio,
	double max_base_size_ratio,
	double cutoff_value,
	int max_vectors
)

Parameters

vox
Type: GeoEngine.Core.GXNetXCVOX
group
Type: SystemString
View group name Maximum length is <define>MVIEW_NAME_LENGTH</define>
itr
Type: GeoEngine.Core.GXNetXCITR
Image transform - must contain zones
scale_factor
Type: SystemDouble
Vector length scale factor - w.r.t. the voxel minimum horizontal cell size (default 1)
height_base_ratio
Type: SystemDouble
Ratio of the vector cone height to its base (default 4)
max_base_size_ratio
Type: SystemDouble
Ratio of maximum base size to minimum horizontal cell size (default 0.25)
cutoff_value
Type: SystemDouble
Cutoff value - do not plot vectors with amplitudes less than this value (<define>rDUMMY</define> or 0 to plot all)
max_vectors
Type: SystemInt32
Maximum number of vectors - decimate as required to reduce (<define>iDUMMY</define> to plot all)
See Also