View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000736 | FreeCAD | Feature | public | 2012-06-05 07:36 | 2012-07-07 09:37 |
Reporter | pperisin | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.12 | ||||
Fixed in Version | 0.13 | ||||
Summary | 0000736: when object is deleted, auto show it's parametric objects | ||||
Description | Hi, currenlty when you have a sketch - you can create pad from it. then sketch gets hidden and appears under pad in the Combo view. now, if you delete pad, sketch gets to be unhidden again. This is a really nice touch IMO. It would be nice if this would work on fillet, chamfer and boolean operations (actually in all parametric objects) - if object is deleted, it's 1.st level parametric shapes get to be unhidden. Regards Petar | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
|
but not necessarily if the Features has other parents. |
|
what do you mean. can you give example? Also, after thinking about this little more, maybe it would be good idea to allow showing only one object in entire branch. so, if you have sketch and it's pad, and you wish to show sketch, pad will get auto hidden. also, if you have 4-5 level branches, you have ability to show only one "shape" in it at the time. take a look at the picture. If i would show Fusion, cut would get auto hidden. Then after that if I show box, fusion is auto hidden. |
2012-06-05 11:39
|
|
|
The problem is that one object can be included in several others (several extrusions based on the same sketch, etc...). I have the feeling there are case where it would be good, others where it wouldn't. And it's a pretty complex matter to define all the possible cases... |
|
Maybe it would be better if the children of the deleted object would be selected and the tree expanded (to make them visible in the tree view), so they can be unhidden using the space bar? Of course this feature should be configurable in the preferences. |
|
Maybe I can explain little further why I made this request. When doing something parametric in FreeCAD (i.e. boolean) shapes used for operation get hidden. Now, when you want to modify source shape, this is what you do: - hide top shape - show under-shape - modify under-shape - hide under-shape - show top-shape notice that in this case you have two show/Hide operations that are always executed one after another one. I was thinking about merging them into one command, so that if you show sub-shape, top shape gets to be hidden. also, even bigger issue you have when you delete object. then it's subshape remains hidden, and if in the combo view you have a lot of shapes, it can be really hard to find and unhide sub shape of a deleted shape (I hope this is not so hard to understand). one other thing came to my though - maybe using SHIFT+Delete to delete shape and all it's sub-shapes (maybe it does not make much sense, I don't know, but it does not hurt to tell). Regards, Petar |
|
Basically it's correct that a feature can be referenced by more than one parent object BUT this is usually bad modelling practice. There might be cases where it is unavoidable but it's bad style, at least. I think it really makes sense for the above mentioned objects to implement this feature. |
|
git show fc50177 |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-06-05 07:36 | pperisin | New Issue | |
2012-06-05 11:05 | shoogen | Note Added: 0002129 | |
2012-06-05 11:39 | pperisin | Note Added: 0002130 | |
2012-06-05 11:39 | pperisin | File Added: branch.png | |
2012-06-05 18:05 | yorik | Note Added: 0002136 | |
2012-06-06 04:01 | shoogen | Note Added: 0002137 | |
2012-06-06 12:04 | pperisin | Note Added: 0002138 | |
2012-06-06 12:05 | pperisin | Note Edited: 0002138 | |
2012-07-07 09:36 | wmayer | Note Added: 0002285 | |
2012-07-07 09:37 | wmayer | Note Added: 0002286 | |
2012-07-07 09:37 | wmayer | Status | new => closed |
2012-07-07 09:37 | wmayer | Resolution | open => fixed |
2012-07-07 09:37 | wmayer | Fixed in Version | => 0.13 |