BIM: fix profile selection (#22223)

* Update params.py

* Update ArchStructure.py

* Update BimProfile.py
This commit is contained in:
Roy-043
2025-07-07 14:39:55 +02:00
committed by GitHub
parent 152f4989c6
commit 680be1548c
3 changed files with 40 additions and 39 deletions

View File

@@ -558,6 +558,7 @@ def _get_param_dictionary():
"PrecastHoleSpacing": ("float", 0.0),
"PrecastRiser": ("float", 0.0),
"PrecastTread": ("float", 0.0),
"ProfilePreset": ("string", ""),
"ScheduleColumnWidth0": ("int", 100),
"ScheduleColumnWidth1": ("int", 100),
"ScheduleColumnWidth2": ("int", 50),