
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to make logical views of subsets of parts in an assembly, and keep finding the process to be very inefficient.
Say you start with all parts visible, and create a new view. A small subset of parts is needed in this view, but is seems you are forced to make invisible all of the parts you don't want in the view. The compliment of this is often what you want -- remove unselected parts from the current view.
One alternative is to make all invisible, and then select from the browser and turn on the desired parts. This assumes the order in the browser is appropriate (so you can do a range), and it requires part names that allow you to pick what is needed. But the name may not be clear in terms of where the part is located.
So you end up with a reasonable view, but some parts were left out. How do you get them in the view? If you can't do it by browser name then you must restore a view that has more parts. Now you can see the needed part, but you can't say add the selected part to the less comprehensive view. You can find it in the browser (and have it selected), but if you restore the target view the selection state is removed, so you are forced to remember the part name, find it in the browser, and change its visibility. With more than a few parts to do this for blood pressure tends to rise towards dangerous levels as you flip between two views and hunt and peck in the browser.
Please tell me if I am missing some feature that makes this job easier!
One feature I can imagine that could be very useful here (and other scenarios) is the concept of a "selection set". A selection set would be a named set of parts in an assembly. This object when include operations like:
- Select (or unselect) the members. This would allow the operation to be the normal set combinations like union and difference. The members then light up in the browser and the graphic.
- Set operations could be done on named sets to produce logically related other named sets.
- Add or remove the set members from a view.
- Any other operation on a single object that also makes sense to perform on a collection of objects, like delete.
Solved! Go to Solution.