IfcFM panel now autodetects available engines with names and descriptions

This commit is contained in:
Dion Moult
2023-11-23 11:00:02 +11:00
parent c9189055c7
commit ac5cf95f9e
6 changed files with 66 additions and 10 deletions
+2
View File
@@ -234,6 +234,8 @@ def get_property(psets, pset_name, prop_name, decimals=None):
config = {
"name": "IFC Basic",
"description": "buildingSMART standardised properties related to asset management and handover",
"colours": {
"h": "dddddd", # Header data
"p": "dc8774", # Primary identification data
+2
View File
@@ -1036,6 +1036,8 @@ def get_sheet_name(element):
config = {
"name": "COBie 2.4",
"description": "Construction-Operations Building information exchange specification by NBIMS-US and BS 1192-4:2014.",
"colours": {
"h": "c0c0c0", # Header data
"r": "ffff99", # Required
+2
View File
@@ -1143,6 +1143,8 @@ def get_sheet_name(element):
config = {
"name": "COBie 2.4 Legacy",
"description": "A port of the original implementation of COBie by Prairie Sky Consulting for historical preservation",
"colours": {
"h": "c0c0c0", # Header data
"r": "ffff99", # Required