Merge pull request #21042 from furgo16/add-taskpanel-walloffset

BIM: add Offset input to wall creation task panel
This commit is contained in:
Benjamin Nauck
2025-05-19 17:45:46 +02:00
committed by GitHub
3 changed files with 92 additions and 43 deletions

View File

@@ -560,6 +560,7 @@ def _get_param_dictionary():
"WallAlignment": ("int", 0),
"WallHeight": ("float", 3000.0),
"WallWidth": ("float", 200.0),
"WallOffset": ("float", 0.0),
"WindowH1": ("float", 50.0),
"WindowH2": ("float", 50.0),
"WindowH3": ("float", 50.0),