mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
IfcFM panel now autodetects available engines with names and descriptions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user