Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.
polyBlindData [-associationType string] [-binaryData string] [-booleanData boolean] [-delete] [-doubleData float] [-int64Data int64] [-intData int] [-longDataName string] [-rescan] [-reset] [-shape] [-shortDataName string] [-stringData string] [-typeId int]
polyBlindData is undoable, NOT queryable, and editable.
Command creates blindData types (basically creates an instance of TdnPolyBlindData). When used with the query flag, it returns the data types that define this blindData type. This command is to be used create a blindData node *and* to edit the same.. The associationType flag *has* to be specified at all times.. This is because if an instance of the specified BD typeId exists in the history chain but if the associationType is not the same, then a new polyBlindData node is created.. For object level blind data, only the object itself must be specified. A new compound attribute BlindDataNNNN will be created on the object. Blind data attribute names must be unique across types for object level blind data. So, the command will require the following to be specified: - typeId, - associationType - longDataName or shortDataName of data being edited. - The actual data being specified. - The components that this data is to be attached to.string | Name of nodes created |
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-associationType(-at)
|
string
|
|||
|
||||
-binaryData(-bnd)
|
string
|
|||
|
||||
-booleanData(-bd)
|
boolean
|
|||
|
||||
-delete(-del)
|
|
|||
|
||||
-doubleData(-dbd)
|
float
|
|||
|
||||
-int64Data(-lid)
|
int64
|
|||
|
||||
-intData(-ind)
|
int
|
|||
|
||||
-longDataName(-ldn)
|
string
|
|||
|
||||
-rescan(-res)
|
|
|||
|
||||
-reset(-rst)
|
|
|||
|
||||
-shape(-sh)
|
|
|||
|
||||
-shortDataName(-sdn)
|
string
|
|||
|
||||
-stringData(-sd)
|
string
|
|||
|
||||
-typeId(-id)
|
int
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
polyBlindData -id 9001 -associationType "vertex" -ldn "bdFloat" -dbd 234 pPlane1.vtx[2] pPlane1.vtx[8];