Merge branch 'main' into bim-cleanup-license
This commit is contained in:
@@ -37,9 +37,11 @@ __url__ = "https://www.freecad.org"
|
||||
'''The Arch module provides tools specialized in BIM modeling.'''
|
||||
|
||||
import FreeCAD
|
||||
|
||||
if FreeCAD.GuiUp:
|
||||
import FreeCADGui
|
||||
FreeCADGui.updateLocale()
|
||||
|
||||
QT_TRANSLATE_NOOP = FreeCAD.Qt.QT_TRANSLATE_NOOP
|
||||
translate = FreeCAD.Qt.translate
|
||||
|
||||
@@ -54,6 +56,7 @@ from ArchWindowPresets import *
|
||||
|
||||
from ArchStructure import *
|
||||
|
||||
|
||||
# make functions
|
||||
|
||||
def makeAxis(num=1,size=1000,name=None):
|
||||
|
||||
Reference in New Issue
Block a user