Suspend Group and Restore Group

If I have a group and want to edit a single element, without losing the group, it would be very useful two commands: Suspend Group and Restore Group.
Thanks,
Giuseppe

Hi Giuseppe- Command-Shift selection allows you to select elements within a group, as well as sub-objects (edges, faces) on top level objects.

-Pascal

And if you want to do extensive editing on a group member, you can temporarily remove it from the group with RemoveFromGroup, and add it back later with AddToGroup - of course, you need to remember which group it came from originally for the second part… I can see where something like SuspendObjectGrouping and RestoreObjectGrouping might be handy so that the removed object always goes back to the correct group(s), but the bookkeeping might be complicated and error prone…

–Mitch