BIM: add formatting off comments (#24502)

This commit is contained in:
marcuspollio
2025-10-08 21:48:08 +02:00
committed by GitHub
parent 4323840e8e
commit 17c8da0244
3 changed files with 8 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ else:
# \endcond
# fmt: off
BuildingTypes = ['Undefined',
'Agricultural - Barn',
'Agricultural - Chicken coop or chickenhouse',
@@ -194,6 +195,7 @@ BuildingTypes = ['Undefined',
'Other - Workshop',
'Other - World trade centre'
]
# fmt: on
def makeBuilding(objectslist=None,name=None):