mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 03:40:59 +00:00
Fix incorrect colours in Basic FM template
This commit is contained in:
@@ -265,7 +265,7 @@ config = {
|
|||||||
"AreaUnit",
|
"AreaUnit",
|
||||||
"Phase",
|
"Phase",
|
||||||
],
|
],
|
||||||
"colours": "ppppreeeeesss",
|
"colours": "ppprrreeeeesss",
|
||||||
"sort": [{"name": "Name", "order": "ASC"}],
|
"sort": [{"name": "Name", "order": "ASC"}],
|
||||||
"get_category_elements": get_facilities,
|
"get_category_elements": get_facilities,
|
||||||
"get_element_data": get_facility_data,
|
"get_element_data": get_facility_data,
|
||||||
@@ -283,7 +283,7 @@ config = {
|
|||||||
"ModelID",
|
"ModelID",
|
||||||
"Elevation",
|
"Elevation",
|
||||||
],
|
],
|
||||||
"colours": "ppreeees",
|
"colours": "prrreeees",
|
||||||
"sort": [{"name": "Elevation", "order": "ASC"}, {"name": "Name", "order": "ASC"}],
|
"sort": [{"name": "Elevation", "order": "ASC"}, {"name": "Name", "order": "ASC"}],
|
||||||
"get_category_elements": get_storeys,
|
"get_category_elements": get_storeys,
|
||||||
"get_element_data": get_storey_data,
|
"get_element_data": get_storey_data,
|
||||||
@@ -304,7 +304,7 @@ config = {
|
|||||||
"GrossFloorArea",
|
"GrossFloorArea",
|
||||||
"NetFloorArea",
|
"NetFloorArea",
|
||||||
],
|
],
|
||||||
"colours": "ppprreeess",
|
"colours": "pprrrreeesss",
|
||||||
"sort": [{"name": "StoreyName", "order": "ASC"}, {"name": "Name", "order": "ASC"}],
|
"sort": [{"name": "StoreyName", "order": "ASC"}, {"name": "Name", "order": "ASC"}],
|
||||||
"get_category_elements": get_spaces,
|
"get_category_elements": get_spaces,
|
||||||
"get_element_data": get_space_data,
|
"get_element_data": get_space_data,
|
||||||
@@ -336,7 +336,7 @@ config = {
|
|||||||
"PointOfContact",
|
"PointOfContact",
|
||||||
"WarrantyPeriod",
|
"WarrantyPeriod",
|
||||||
],
|
],
|
||||||
"colours": "pppreeeeesssss",
|
"colours": "pprrreeeeesssss",
|
||||||
"sort": [{"name": "ModelObject", "order": "ASC"}, {"name": "Name", "order": "ASC"}],
|
"sort": [{"name": "ModelObject", "order": "ASC"}, {"name": "Name", "order": "ASC"}],
|
||||||
"get_category_elements": get_element_types,
|
"get_category_elements": get_element_types,
|
||||||
"get_element_data": get_element_type_data,
|
"get_element_data": get_element_type_data,
|
||||||
@@ -379,7 +379,7 @@ config = {
|
|||||||
"ModelSoftware",
|
"ModelSoftware",
|
||||||
"ModelID",
|
"ModelID",
|
||||||
],
|
],
|
||||||
"colours": "pppreee",
|
"colours": "pprrreee",
|
||||||
"sort": [{"name": "Name", "order": "ASC"}],
|
"sort": [{"name": "Name", "order": "ASC"}],
|
||||||
"get_category_elements": get_systems,
|
"get_category_elements": get_systems,
|
||||||
"get_element_data": get_system_data,
|
"get_element_data": get_system_data,
|
||||||
|
|||||||
Reference in New Issue
Block a user