Hi,
I have really enjoyed using your tool, I spent a long time trying to figure out why boolean operations wouldn't work on my solids though. It turns out that when you perform boolean operations your workbench code apparently uses the part label as input for selecting the object, this breaks whenever you change the part label. From the error it looks like it's only an issue with deleting the previous part, but the new part isn't formed either.
The following error is supplied, the new boolean is formed, and the objects are placed in it, but they will not visualize as objects. They can be pulled back out and done again, but this requires making 2 new parts and not renaming them in order for the boolean operation to succed.
File "C:\Users\QUISTE\AppData\Roaming\FreeCAD\Mod\GDML.\freecad\gdml\GDMLCommands.py", line 1580, in Activated
FreeCAD.ActiveDocument.removeObject(baseVol.Label)
Thank you for your help.
Hi,
I have really enjoyed using your tool, I spent a long time trying to figure out why boolean operations wouldn't work on my solids though. It turns out that when you perform boolean operations your workbench code apparently uses the part label as input for selecting the object, this breaks whenever you change the part label. From the error it looks like it's only an issue with deleting the previous part, but the new part isn't formed either.
The following error is supplied, the new boolean is formed, and the objects are placed in it, but they will not visualize as objects. They can be pulled back out and done again, but this requires making 2 new parts and not renaming them in order for the boolean operation to succed.
File "C:\Users\QUISTE\AppData\Roaming\FreeCAD\Mod\GDML.\freecad\gdml\GDMLCommands.py", line 1580, in Activated
FreeCAD.ActiveDocument.removeObject(baseVol.Label)
Thank you for your help.