 | CMVIEWDrawVectorVoxelVectors Method |
Display vectors from a vector voxel in the view.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic 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
)
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
)
Public Sub DrawVectorVoxelVectors (
vox As CVOX,
group As String,
itr As CITR,
scale_factor As Double,
height_base_ratio As Double,
max_base_size_ratio As Double,
cutoff_value As Double,
max_vectors As Integer
)
Public Sub DrawVectorVoxelVectors (
vox As CVOX,
group As String,
itr As CITR,
scale_factor As Double,
height_base_ratio As Double,
max_base_size_ratio As Double,
cutoff_value As Double,
max_vectors As Integer
)
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
)
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
)
member DrawVectorVoxelVectors :
vox : CVOX *
group : string *
itr : CITR *
scale_factor : float *
height_base_ratio : float *
max_base_size_ratio : float *
cutoff_value : float *
max_vectors : int -> unit
member DrawVectorVoxelVectors :
vox : CVOX *
group : string *
itr : CITR *
scale_factor : float *
height_base_ratio : float *
max_base_size_ratio : float *
cutoff_value : float *
max_vectors : int -> unit
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)
RemarksThis will result in a VECTOR3D group object within the view
See Also