mejoras
This commit is contained in:
@@ -128,7 +128,7 @@ def joinAreas(areas):
|
||||
shape.fuse(shapes)
|
||||
return shape
|
||||
|
||||
class CommandSplitArea:
|
||||
'''class CommandSplitArea:
|
||||
def GetResources(self):
|
||||
return {'Pixmap': str(os.path.join(PVPlantResources.DirIcons, "split_area.svg")),
|
||||
'Accel': "A, S",
|
||||
@@ -162,6 +162,6 @@ class CommandJoinAreas:
|
||||
|
||||
if FreeCAD.GuiUp:
|
||||
FreeCADGui.addCommand('SplitArea', CommandSplitArea())
|
||||
FreeCADGui.addCommand('JoinAreas', CommandJoinAreas())
|
||||
FreeCADGui.addCommand('JoinAreas', CommandJoinAreas())'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user