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:
committed by
Yorik van Havre
parent
f9ceb7d35d
commit
ef08efcd00
@@ -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'''
|
||||
|
||||
Reference in New Issue
Block a user