Long name (short name) |
Argument types |
Properties |
-delete(-del) |
|
  |
|
Specifies that this will remove the blind data if found |
|
-reset(-rst) |
|
  |
|
Specifies that this command will reset the given attribute to
default value |
|
-rescan(-res) |
|
  |
|
Enables a rescan of blind data nodes for cached
information |
|
-shape(-sh) |
|
  |
|
For object association only, apply blind data to the shape(s)
below this node instead of the node itself |
|
-typeId(-id) |
int |
  |
|
Specifies the typeId of the BlindData type being created |
|
-associationType(-at) |
string |
  |
|
Specifies the dataTypes that are part of BlindData node being
created. Allowable associations are "object" for any object, and
"vertex" "edge" and "face" for mesh objects. Other associations for
other geometry types may be added. |
|
-longDataName(-ldn) |
string |
   |
|
Specifies the long name of the data that is being modified by
this command. |
|
-shortDataName(-sdn) |
string |
   |
|
Specifies the short name of the data that is being modified by
this command. |
|
-doubleData(-dbd) |
float |
   |
|
Specifies the data type is a floating point double value |
|
-intData(-ind) |
int |
   |
|
Specifies the data type is an integer value |
|
-int64Data(-lid) |
int64 |
   |
|
Specifies the data type is an 64-bit integer value |
|
-stringData(-sd) |
string |
   |
|
Specifies the data type is a string value |
|
-booleanData(-bd) |
boolean |
   |
|
Specifies the data type is a boolean logic value |
|
-binaryData(-bnd) |
string |
   |
|
Specifies the data type is a binary data value |
|