Arch: Don't create a drawing view on section plane creation
This was very heavy and often caused unnecessary computations. Adding a new Drawing view is now done manually, with the Draft to Drawing tool
This commit is contained in:
parent
6441ca3ef1
commit
eed8ec27df
|
@ -86,7 +86,7 @@ class _CommandSectionPlane:
|
|||
FreeCAD.ActiveDocument.openTransaction(translate("Arch","Create Section Plane"))
|
||||
FreeCADGui.doCommand("import Arch")
|
||||
FreeCADGui.doCommand("section = Arch.makeSectionPlane("+ss+")")
|
||||
FreeCADGui.doCommand("Arch.makeSectionView(section)")
|
||||
#FreeCADGui.doCommand("Arch.makeSectionView(section)")
|
||||
FreeCAD.ActiveDocument.commitTransaction()
|
||||
FreeCAD.ActiveDocument.recompute()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user