support enums in new pset_templates

This commit is contained in:
Vukas Pajic
2022-07-04 13:48:51 +02:00
parent 37f91461d2
commit 018be92063
8 changed files with 173 additions and 9 deletions
@@ -35,6 +35,7 @@ class Usecase:
"PrimaryMeasureType": "IfcLabel",
"TemplateType": "P_SINGLEVALUE",
"AccessState": "READWRITE",
"Enumerators": None
}
)
has_property_templates = list(self.settings["pset_template"].HasPropertyTemplates or [])