コード例 #1
0
 def Activated(self):
     import pipeCmd
     FreeCAD.activeDocument().openTransaction('Xtend1int')
     pipeCmd.extendTheTubes2intersection(both=False)
     FreeCAD.activeDocument().recompute()
     FreeCAD.activeDocument().commitTransaction()
コード例 #2
0
ファイル: CommandsPipe.py プロジェクト: oddtopus/flamingo
 def Activated (self):
   import pipeCmd
   FreeCAD.activeDocument().openTransaction('Xtend1int')
   pipeCmd.extendTheTubes2intersection(both=False)
   FreeCAD.activeDocument().recompute()
   FreeCAD.activeDocument().commitTransaction()