this post was submitted on 16 Jul 2026
10 points (100.0% liked)
FreeCAD
1267 readers
1 users here now
Your own 3D parametric modeler.
FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments







Thanks! That does sound like what I'm looking for.
Does "elements below", literally mean below in the tree list, or does it mean "subsequent elements/operations which were applied after this element"?
I've "Set Tip" to the Pad001 from Step 2 (small rectangle), but this doesn't seem to have hidden any subsequent elements, like the cut I did in Step 5. What might I be doing wrong?
Ah, I see.
It means below in the tree list. FreeCAD doesn't actually keep track of a timeline of changes, the tree fully represents your state.
I believe the tip also only applies within a PartDesign body, but that's okay because that's where the operation is that you want to insert.
If you use either the "make dependent copy" or "cross reference" options when you explode the cut, you can still make changes to the tree of the first body and then update the second body. If you use the independent copy option (the one shown selected in your screenshot), then there absolutely no persistent relationship between the two bodies. If the full tree gets copied you might be able to make the same change on both, otherwise you will need to redo at least the explode operation.