Add user-defined attributes to custom classes

Adding a custom class is very useful when doing specific diagrams, adding a custom class with a default set of user-defined attributes would be extremely useful when diagraming and using python to iterate through items. Currently I have to add my custom class and set the same user-defined attributes on each element as it is placed into my diagram. Having the attributes associated to the class would reduce time spent when creating a diagram using custom classes.

3 Likes

One thing you might consider would be to write a Python script that finds all entities with your custom domain and adds any missing custom attributes to them.