You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CityEngine provides a drop-down menu for this enumeration with entries Val1, Val2 and Val3, but also allows to set an arbitrary value not in this list.
Serlio treats both restricted and non-restricted enums as restricted.
Task:
Support non-restricted enum attributes, such that a user can set arbitrary values for these attributes
Note: A simple solution would be to ignore the enum annotation on non-restricted enum attributes and simply provide an input field. This way, the user would be able to set an arbitrary value, however, the enumeration options would not be visible in the UI anymore.
The text was updated successfully, but these errors were encountered:
Consider the following simple rule attribute:
CityEngine provides a drop-down menu for this enumeration with entries
Val1
,Val2
andVal3
, but also allows to set an arbitrary value not in this list.Serlio treats both restricted and non-restricted enums as restricted.
Task:
Note: A simple solution would be to ignore the enum annotation on non-restricted enum attributes and simply provide an input field. This way, the user would be able to set an arbitrary value, however, the enumeration options would not be visible in the UI anymore.
The text was updated successfully, but these errors were encountered: