In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
-auto(-a)
|
|
|
|
Similar to the flag "-range", but uses the min/max value from the metadata in the same stream
and member instead of the specified input value.
In query mode, you can use the flag to query if "auto" is on.
|
|
-dataType(-dt)
|
string
|
|
|
In create mode, when used with the flags "stream" and "member",
specify a member to show.
If the flag "off" is used, specify the member to turn off.
In query mode, when used with the flags "stream" and "member", query
the visualization state of the specified member.
Only one member of each shape can be visualized at a time.
In query mode, this flag can accept a value.
|
|
-interpolation(-i)
|
boolean
|
|
|
In create mode, enable/disable interpolation for "color" method.
When interpolation is on, the components will be displayed in the interpolated color,
which is computed by averaging their metadata values.
In query mode, query the current state of interpolation flag of
the selected objects.
|
|
-isActivated(-ia)
|
|
|
|
Used to check if the given stream is activated.
If some shapes are selected, query their states.
If no shape is selected, query the states of all shapes
in the scene.
|
|
-listAllStreams(-las)
|
|
|
|
Used with object names to list all streams of the specified objects.
no matter if they are visible in the viewport.
Or you can use the flag individually to list all streams in the scene.
Due to the fact that different objects may have the same stream name,
the returned list will merge the duplicated stream names automatically.
|
|
-listMembers(-lm)
|
|
|
|
Used with the flag 'stream' to get the
member list in the specified stream.
|
|
-listValidMethods(-lvm)
|
|
|
|
List the valid visual methods that can be set for the current stream and member. Some data type cannot be displayed
by some methods. For example, if the data type is "string", it cannot be displayed by "color" or by "ray".
In other words, only the method "string" will be returned when you list the methods.
|
|
-listVisibleStreams(-lvs)
|
|
|
|
Used with object names to list the name of the current visible streams of
the specified object. Or you can use the flag with no object name to list
all visible streams in the scene.
|
|
-member(-mb)
|
string
|
|
|
In create mode, when used with the flags "stream" and "dataType",
specify a member to show.
If the flag "off" is on, specify the member to turn off.
In query mode, when used with the flags "stream" and "dataType", query
the visualization state of the specified member.
Only one member of each shape can be visualized at a time.
In query mode, this flag can accept a value.
|
|
-method(-m)
|
string
|
|
|
Determine the method of visualization:
"color" convert metadata to a color value and draw the components with the color
"ray" convert metadata to a vector and draw this vector line which starts from the center of the component
"string" display the metadata through 2d string beside the component in the viewport
The argument must be a string and must be one of the three words. The default method is "color".
If the data type is string, you can only show it with "string" method.
In query mode, you can use the flag with no arguments to query the method of a specified stream and member.
|
|
-off(-)
|
|
|
|
In create mode, turn off the member which is specified
by the flags "stream", "member" and "dataType".
|
|
-range(-r)
|
float float
|
|
|
Specify the range of data to use. The value which is out of the range will be clamped to
the min/max value.
If the method of visualization is "color", the range will be mapped to the color. That means
the min value will be displayed in black while the max value will be in white.
In query mode, you can use the flag individually to query the current range.
|
|
-rayScale(-rs)
|
float
|
|
|
Specify the scale of the ray to display it with a proper length.
|
|
-stream(-s)
|
string
|
|
|
In create mode, when used with the flags "member" and "dataType", specify a member to show.
If the flag "off" is used, specify the member to turn off.
In query mode, when used with the flags "member" and "dataType", query
the visualization state of the specified member.
When used with the flag "listMembers", query the members in the
specified stream.
Only one member of each shape can be visualized at a time.
In query mode, this flag can accept a value.
|
|