Long name (short name) |
Argument types |
Properties |
|
-create(-cr)
|
|
|
|
This creates a componentTag on the geometry. The name can be specified with the
-newTagName option. If no new name is specified one will be generated.
The name of the created tag is returned
|
|
-delete(-d)
|
|
|
|
This deletes the componentTags specified with the -tagName option.
|
|
-injectionLocation(-il)
|
string
|
|
|
The name of the injection node at which the componentTag will be edited.
This is only necessary in the rare case where a particular componentTag
can be altered at multiple injection locations.
|
|
-modify(-m)
|
string
|
|
|
This modifies the componentTag specified with the -tagName option.
The mode determines whether components are, replaced, cleared, added or removed.
|
|
-newTagName(-ntn)
|
string
|
|
|
The name of the new componentTag to be created or the new name
of the componentTag that is being renamed.
|
|
-queryEdit(-qe)
|
|
|
|
This returns what edits are allowed with the given parameters. When the command
is issued in Python a dictionary object containing what is allowed is returned.
|
|
-rename(-rn)
|
|
|
|
This renames the componentTag specified with the -tagName option to the
name specified with the -newTagName option
|
|
-tagName(-tn)
|
string
|
|
|
The name(s) of the componentTags to be edited. THis can be a single name or
a list of names. The names can contain wildcard like '*' to match multiple
existing componentTags.
|
|