This commit is contained in:
2025-03-28 19:40:11 +06:00
parent af559092bf
commit 1d062a087f
26 changed files with 360 additions and 514 deletions

View File

@@ -180,7 +180,7 @@ class _ViewProviderManhole(ArchComponent.ViewProviderComponent):
import draftguitools.gui_tool_utils as gui_tool_utils
class _ManholeTaskPanel:
class ManholeTaskPanel:
def __init__(self, obj=None):
self.new = False
if obj is None:
@@ -249,7 +249,7 @@ class _ManholeTaskPanel:
self.view.removeEventCallback("SoEvent", self.call)
class _CommandManhole:
'''class _CommandManhole:
"the Arch Building command definition"
def GetResources(self):
@@ -274,5 +274,5 @@ class _CommandManhole:
if FreeCAD.GuiUp:
FreeCADGui.addCommand('PVPlantManhole', _CommandManhole())
FreeCADGui.addCommand('PVPlantManhole', _CommandManhole())'''