Go to: Synopsis. Return value. Flags. MEL examples.
setNodeTypeFlag [-display boolean] [-threadSafe boolean]
[string]
setNodeTypeFlag is undoable, queryable, and NOT editable.
This command sets static data on the specified node type. This will affect the class of node type as a whole. The argument passed may be the name of the node type or the node type tag. Node type tags may be found using the objectType command.| int | 
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-display(-dsp) | 
boolean | 
|||
  | 
||||
-threadSafe(-ts) | 
boolean | 
|||
  | 
||||
// don't display unit conversion nodes setNodeTypeFlag -display false `objectType -tagFromType unitConversion`; setNodeTypeFlag -threadSafe true mesh; setNodeTypeFlag -q -ts mesh; // Returns 1