vector_settings#
Bases:
TUIMenu
Set vector specific input.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
color_variable
(service, version, mode, path)Specifies whether the vectors should be colored by variable specified in /display/particle-track/particle-track (if false use a constant color).
constant_color
(service, version, mode, path)Specifies a constant color for the vectors.
length_to_head_ratio
(service, version, mode, ...)Specifies ratio of length to head for vectors and length to diameter for cylinders.
length_variable
(service, version, mode, path)Specifies whether the displayed vectors have length varying with another variable.
scale_factor
(service, version, mode, path)Specifies a scale factor to enlarge/reduce the length of vectors.
style
(service, version, mode, path)Enables and sets the display style for particle vectors (none/vector/centered-vector/centered-cylinder).
vector_length
(service, version, mode, path)Specifies the length of constant vectors.
vector_length_variable
(service, version, ...)Selects a particle variable to specify the length of vectors.
vector_variable
(service, version, mode, path)Selects a particle vector function to specify vector direction.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Specifies whether the vectors should be colored by variable specified in /display/particle-track/particle-track (if false use a constant color).
Bases:
TUIMethod
Specifies a constant color for the vectors.
Bases:
TUIMethod
Specifies ratio of length to head for vectors and length to diameter for cylinders.
Bases:
TUIMethod
Specifies whether the displayed vectors have length varying with another variable.
Bases:
TUIMethod
Specifies a scale factor to enlarge/reduce the length of vectors.
Bases:
TUIMethod
Enables and sets the display style for particle vectors (none/vector/centered-vector/centered-cylinder).
Bases:
TUIMethod
Specifies the length of constant vectors.
Bases:
TUIMethod
Selects a particle variable to specify the length of vectors.
Bases:
TUIMethod
Selects a particle vector function to specify vector direction.