Automatic Element Classification en - kuvbur/AddOn_SomeStuff GitHub Wiki
The add-on allows for automatic assignment and synchronization of element classification based on property values.
Automatic assignment of classification to elements without classification
Add the value to the class description: some_stuff_class
Example configuration:

Dynamically change an element's class when a linked property is modified.
- Create a text property.
- In the property description, specify:
Sync_to{Class:CLASSIFICATION_NAME}
(The class is searched for by its ID.) - Add your own formula to the property, which will output a class ID as a result.
Configuration Example:

Create a property with the description:
Sync_from{Class:CLASSIFICATION_NAME; FullName}
- Outputs the full name of the element's class
Options:
- Using the main processing flag:
PropertySync_flag(completely disables element processing) - Creating a specialized flag:
Property with descriptionSync_class_flag(disables only classification processing)