|
SWN_rename
Renames elements
SWN_rename elementNamePattern from to
- elementNamePattern
- a pattern which selects the elements to be renamed
- from
- the name to be altered
- to
- what the name should be altered to
renames the elements selected using elementNamePattern, which is a file-like representation of those elements you wish to
rename. For example:
SWN_rename * h* q* renames every element whose name begins with h to begin
with q, so harry becomes qarry. SWN_rename /bugs/ * h* q* renames all the
descendants of the root element bugs, whose name begins with h to begin with q. Again
harry becomes qarry, but only if harry was the child of a root element.
Currently only models can be renamed.
See Also
- SWN_pre
- SWN_select
|