def Activated(self): import pipeCmd FreeCAD.activeDocument().openTransaction('Xtend1int') pipeCmd.extendTheTubes2intersection(both=False) FreeCAD.activeDocument().recompute() FreeCAD.activeDocument().commitTransaction()
def Activated (self): import pipeCmd FreeCAD.activeDocument().openTransaction('Xtend1int') pipeCmd.extendTheTubes2intersection(both=False) FreeCAD.activeDocument().recompute() FreeCAD.activeDocument().commitTransaction()