Long name (short name) |
Argument types |
Properties |
-enableFalseColor(-efc) |
boolean |
 |
|
Turns false coloring on or off for all poly objects in the
scene |
|
-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 |
|
-typeId(-id) |
int |
  |
|
Specifies the typeId of the BlindData type being created |
|
-numIdTypes(-num) |
int |
  |
|
Specifies how many attrs are in this id type |
|
-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
|
|
-dataType(-dt) |
string |
  |
|
Specifies the type for this id |
|
-attrName(-n) |
string |
  |
|
Specifies the name of the data that is being examined by this
command. |
|
-value(-v) |
string |
  |
|
-noColorRed(-ncr) |
float |
 |
|
Specifies red component of color to use for no data
assigned |
|
-noColorGreen(-ncg) |
float |
 |
|
Specifies green component of color to use for no data
assigned |
|
-noColorBlue(-ncb) |
float |
 |
|
Specifies blue component of color to use for no data
assigned |
|
-clashColorRed(-ccr) |
float |
 |
|
Specifies red component color to use for data which
clashes |
|
-clashColorGreen(-ccg) |
float |
 |
|
Specifies green component color to use for data which
clashes |
|
-clashColorBlue(-ccb) |
float |
 |
|
Specifies blue component color to use for data which
clashes |
|
-belowMinColorRed(-bmr) |
float |
  |
|
Specifies red component of color to use for data that is below
min |
|
-belowMinColorGreen(-bmg) |
float |
  |
|
Specifies green component of color to use for data that is
below min |
|
-belowMinColorBlue(-bmb) |
float |
  |
|
Specifies blue component of color to use for data that is below
min |
|
-aboveMaxColorRed(-amr) |
float |
  |
|
Specifies red component of color to use for data that is above
max |
|
-aboveMaxColorGreen(-amg) |
float |
  |
|
Specifies green component of color to use for data that is
above max |
|
-aboveMaxColorBlue(-amb) |
float |
  |
|
Specifies blue component of color to use for data that is above
max |
|
-colorRed(-cr) |
float |
  |
|
Specifies red component of color to use for given data |
|
-colorGreen(-cg) |
float |
  |
|
Specifies green component of color to use for given data |
|
-colorBlue(-cb) |
float |
  |
|
Specifies blue component of color to use for given data |
|
-minColorRed(-mnr) |
float |
  |
|
Specifies red component of color to use for min value for
grayscale |
|
-minColorGreen(-mng) |
float |
  |
|
Specifies green component of color to use for min value for
grayscale |
|
-minColorBlue(-mnb) |
float |
  |
|
Specifies blue component of color to use for min value for
grayscale |
|
-maxColorRed(-mxr) |
float |
  |
|
Specifies red component of color to use for max value for
grayscale |
|
-maxColorGreen(-mxg) |
float |
  |
|
Specifies green component of color to use for max value for
grayscale |
|
-maxColorBlue(-mxb) |
float |
  |
|
Specifies blue component of color to use for max value for
grayscale |
|
-useMin(-umn) |
boolean |
  |
|
Specifies whether the min should be used for discrete
ranges |
|
-minValue(-mnv) |
float |
  |
|
Specifies the min value for grayscale or discrete range
data |
|
-maxValue(-mxv) |
float |
  |
|
Specifies the max value for grayscale or discrete range
data |
|
-useMax(-umx) |
boolean |
  |
|
Specifies whether the max should be used for discrete
ranges |
|