Automatic Element Classification en - kuvbur/AddOn_SomeStuff GitHub Wiki

Purpose of Classification by Property

The add-on allows for automatic assignment and synchronization of element classification based on property values.

Enabling Classification for Unclassified Elements

Automatic assignment of classification to elements without classification

Add the value to the class description: some_stuff_class
Example configuration:
image

Change Class Based on Property Value

Dynamically change an element's class when a linked property is modified.

  1. Create a text property.
  2. In the property description, specify:
    Sync_to{Class:CLASSIFICATION_NAME}
    (The class is searched for by its ID.)
  3. Add your own formula to the property, which will output a class ID as a result.

Configuration Example:
image

Outputting Class Information

Create a property with the description:
Sync_from{Class:CLASSIFICATION_NAME; FullName}

  • Outputs the full name of the element's class

Disabling Classification Processing

Options:

  • Using the main processing flag:
    Property Sync_flag (completely disables element processing)
  • Creating a specialized flag:
    Property with description Sync_class_flag (disables only classification processing)

Examples

⚠️ **GitHub.com Fallback** ⚠️