
This is FreeCAD at it's best. Problem > Discussion > Solution.
Agreed and done.NormandC wrote:The "extrude" feature name kind of conflicts with the existing Part Extrude.! May I suggest replacing it with Extend?
I was pounding with this question when I added Ulrich's Unfold macro into the workbench. I think since it is not a part of the workflow, but only the end result (there is no meaning in unfolding an object then continue to add folds to the flatten result), then there is no reason for it to be parametric. It is not even replacing the base object, but rather creates a stand alone copy.NormandC wrote:Would it be possible to make the Unfold object parametrically linked to the Body history?
Cool!shaise wrote:Agreed and done.
I disagree.shaise wrote:I think since it is not a part of the workflow, but only the end result (there is no meaning in unfolding an object then continue to add folds to the flatten result), then there is no reason for it to be parametric.
This I understand. FreeCAD seems to have limitations in that regard; in the commercial CAD system I use at work, the flattened part is not automatically recomputed when not in flattened mode.shaise wrote:Another reason is that it is relatively computational heavy, it can be annoying to wait for re-compute after each change.
Thanks!triplus wrote:P.S. If no document is opened and user activates SheetMetal workbench error occurs.
I understand this is not an easy task, so don't sweat it.shaise wrote:I think that now, with the new container system it is a good idea to devise a new parametric system that lets you link to what the container exposes to the world rather then to a specific part inside. This + if I can find a way to detect where to start the unfolding from automatically (right now, Ulrich's macro requires you to select a face) and I will be able to give you this feature.