BIM: misc tool adjustments

- Level offest can now be negative
- Auto wall grouping is now off by default
- Shape2DView (BIM version) now sets InPlace to False
- The Axis tool starts with only one axis by default
- Sketches initiated with the BIM Sketch command take Draft colors
- Snapping WP shortcuts were changed to avoid conflicts
This commit is contained in:
Yorik van Havre
2024-05-03 13:36:01 +02:00
committed by Yorik van Havre
parent f9ceb7d35d
commit ef08efcd00
6 changed files with 140 additions and 26 deletions

View File

@@ -54,7 +54,7 @@ from ArchStructure import *
# make functions
def makeAxis(num=5,size=1000,name=None):
def makeAxis(num=1,size=1000,name=None):
'''makeAxis([num],[size],[name]): makes an Axis set
based on the given number of axes and interval distances'''