Group Rename
This tool is part of Simplebim Prototypes addon. In order to use the tool, you need to download and install the addon from here.
Tool for renaming groups of a given type that have a name that matches a given pattern.
Configuration Options
Because this tool needs to be configured it can only be run from a template. This tool is not visible in the Tools drop-down menu of the ribbon.
Key | Type | Value | Description |
---|---|---|---|
TARGET | Choice | Defines the target of the operation, i.e. the groups that might be renamed by the tool. For example TARGET=ZONE specifies that only groups mapped to IfcZone may be renamed. | |
ALL | Default. All groups. | ||
GROUP | Groups mapped to IfcGroup. | ||
ASSET | Groups mapped to IfcAsset. | ||
INVENTORY | Groups mapped to IfcInventory. | ||
SYSTEM | Groups mapped to IfcSystem. | ||
BUILDINGSYSTEM | Groups mapped to IfcBuildingSystem. | ||
DISTRIBUTIONSYSTEM | Groups mapped to IfcDistributionSystem. | ||
DISTRIBUTIONCIRCUIT | Groups mapped to IfcDistributionCircuit. | ||
ZONE | Groups mapped to IfcZone. | ||
<Object Class> | This option is used for deleting type objects. For example the value WALL sets the target to types of IfcWall. NOTE: It is possible to delete also type objects with this tool because internally type objects are handled as groups in Simplebim. | ||
OLD_NAME | Text | Any text | The name of the group that should be renamed. The name comparison is case insensitive, i.e. ABC=abc. |
NEW_NAME | Text | Any text | The new name of the group. |