I remember when I was using Inventor years ago it has a feature called "suppress feature" that you could apply to a feature to in essence delete it while not really doing so, so you can unsuppress it and it will be back again. I recently thought about it while designing something that uses a couple multi-transform features that take long compute times. It would be handy to suppress the multi-transforms until I needed them while still being able to compute most of the model (instead of using the "skip recomputes" feature to forgo all recomputes until I tell it to)
Seems like something that would be easyish to implement, give the feature a flag that makes the solver skip over it.
Is there a way that anyone has made something function like this in FreeCAD?
Currently what I did was delete the offending feature after writing down all the properties needed to add it back again when the design is complete.
Much appreciation to everyone who works to make this an awesome program!
Will