v8.0 (2010)
Sets and replaces the Material Manager user tab(s) on each object in the specified list.
To add additional user tabs to the existing list, use AddUserTab. User
tabs are lists of comma-separated strings, identical to user keywords, except that they
are shown as tabs in the Material Manager. Presently, they are not used anywhere else in
the software.
To add a new tab to the list, use the AddUserTab command instead.
SetUserTab( [InputObjs], [Keywords] ); |
Parameter | Type | Description |
---|---|---|
InputObjs | String |
List of objects on which to set keywords. Default Value: Current selection |
Keywords | String |
User tabs to set, as a comma separated list. Default Value: "" |
' See the example on the AddUserTab page |