polyColorBlindData is undoable, queryable, and editable.
This command applies false color to the selected polygonal components
and objects, depending on whether or not blind data exists for the
selected components (or, in the case of poly objects, dynamic
attributes), and, depending on the color mode indicated, what the
values are. It is possible to color objects based on whether or not
the data exists, if the data matches a specific value or range of
values, or grayscale color the data according to what the actual value
is in relation to the specified min and max. This command also has a
query mode in which the components and/or objects are returned in a
string array to allow for selection filtering.
| Long name (short name) |
[argument types] |
Properties |
-enableFalseColor(-efc)
|
boolean
|
 
|
|
Turns false coloring on or off for all poly objects in the scene
In query mode, this flag needs a value.
|
|
-queryMode(-q)
|
|
 
|
|
If on, do not color and return selection as string array instead.
Any data that would be colored normally (except for 'no color' and
out of range colors) is returned
In query mode, this flag needs a value.
|
|
-typeId(-id)
|
int
|
  
|
|
Specifies the typeId of the BlindData type being created
In query mode, this flag needs a value.
|
|
-numIdTypes(-num)
|
int
|
  
|
|
Specifies how many attrs are in this id type
In query mode, this flag needs a value.
|
|
-mode(-m)
|
int
|
  
|
|
Specifies the mode:
- 0 : binary - only components and objects that have the data will be colored
- 1 : discrete value - a value is specified. Data that matches this value will be colored
- 2 : discrete range - values that fall within the given range will be colored
- 3 : unsigned set mode - if ( givenValue & actualValue ) then data will be colored
- 4 : unsigned not set mode - if ( !(givenValue & actualValue) ) then data will be colored
- 5 : unsigned equal mode - if ( givenValue == actualValue ) then data will be colored
- 6 : grayscale mode - a min value, max value, min color, max color, below min color, and
above max color are given. Data is colored according to how it relates to these values.
- 7 : as color mode - if the blind data consists of 3 doubles, ranged 0-1, the components are colored as the data specifies
In query mode, this flag needs a value.
|
|
-dataType(-dt)
|
string
|
  
|
|
Specifies the type for this id
In query mode, this flag needs a value.
|
|
-attrName(-n)
|
string
|
  
|
|
Specifies the name of the data that is being examined by this command.
In query mode, this flag needs a value.
|
|
-value(-v)
|
string
|
  
|
|
The value of the data
In query mode, this flag needs a value.
|
|
-noColorRed(-ncr)
|
double
|
 
|
|
Specifies red component of color to use for no data assigned
In query mode, this flag needs a value.
|
|
-noColorGreen(-ncg)
|
double
|
 
|
|
Specifies green component of color to use for no data assigned
In query mode, this flag needs a value.
|
|
-noColorBlue(-ncb)
|
double
|
 
|
|
Specifies blue component of color to use for no data assigned
In query mode, this flag needs a value.
|
|
-clashColorRed(-ccr)
|
double
|
 
|
|
Specifies red component color to use for data which clashes
In query mode, this flag needs a value.
|
|
-clashColorGreen(-ccg)
|
double
|
 
|
|
Specifies green component color to use for data which clashes
In query mode, this flag needs a value.
|
|
-clashColorBlue(-ccb)
|
double
|
 
|
|
Specifies blue component color to use for data which clashes
In query mode, this flag needs a value.
|
|
-belowMinColorRed(-bmr)
|
double
|
  
|
|
Specifies red component of color to use for data that is below min
In query mode, this flag needs a value.
|
|
-belowMinColorGreen(-bmg)
|
double
|
  
|
|
Specifies green component of color to use for data that is below min
In query mode, this flag needs a value.
|
|
-belowMinColorBlue(-bmb)
|
double
|
  
|
|
Specifies blue component of color to use for data that is below min
In query mode, this flag needs a value.
|
|
-aboveMaxColorRed(-amr)
|
double
|
  
|
|
Specifies red component of color to use for data that is above max
In query mode, this flag needs a value.
|
|
-aboveMaxColorGreen(-amg)
|
double
|
  
|
|
Specifies green component of color to use for data that is above max
In query mode, this flag needs a value.
|
|
-aboveMaxColorBlue(-amb)
|
double
|
  
|
|
Specifies blue component of color to use for data that is above max
In query mode, this flag needs a value.
|
|
-colorRed(-cr)
|
double
|
  
|
|
Specifies red component of color to use for given data
In query mode, this flag needs a value.
|
|
-colorGreen(-cg)
|
double
|
  
|
|
Specifies green component of color to use for given data
In query mode, this flag needs a value.
|
|
-colorBlue(-cb)
|
double
|
  
|
|
Specifies blue component of color to use for given data
In query mode, this flag needs a value.
|
|
-minColorRed(-mnr)
|
double
|
  
|
|
Specifies red component of color to use for min value for grayscale
In query mode, this flag needs a value.
|
|
-minColorGreen(-mng)
|
double
|
  
|
|
Specifies green component of color to use for min value for grayscale
In query mode, this flag needs a value.
|
|
-minColorBlue(-mnb)
|
double
|
  
|
|
Specifies blue component of color to use for min value for grayscale
In query mode, this flag needs a value.
|
|
-maxColorRed(-mxr)
|
double
|
  
|
|
Specifies red component of color to use for max value for grayscale
In query mode, this flag needs a value.
|
|
-maxColorGreen(-mxg)
|
double
|
  
|
|
Specifies green component of color to use for max value for grayscale
In query mode, this flag needs a value.
|
|
-maxColorBlue(-mxb)
|
double
|
  
|
|
Specifies blue component of color to use for max value for grayscale
In query mode, this flag needs a value.
|
|
-useMin(-umn)
|
boolean
|
  
|
|
Specifies whether the min should be used for discrete ranges
In query mode, this flag needs a value.
|
|
-minValue(-mnv)
|
double
|
  
|
|
Specifies the min value for grayscale or discrete range data
In query mode, this flag needs a value.
|
|
-maxValue(-mxv)
|
double
|
  
|
|
Specifies the max value for grayscale or discrete range data
In query mode, this flag needs a value.
|
|
-useMax(-umx)
|
boolean
|
  
|
|
Specifies whether the max should be used for discrete ranges
In query mode, this flag needs a value.
|
|