I am trying to manipulate the location of a collection of objects in Revit while keeping their relationship to eachother. To do this, I am grouping them and then moving the group. This works grate except for the fact that I can’t ungroup the objects (with RiR) when I’m done. The regular grasshopper “ungroup” node isn’t working. Is there a way to do this?
Nothing native, but here is a quick ungroup python component.
UnGroup.gh (4.9 KB)
1 Like
Is it possible to ungruop the instance subgroup?
Certainly. Here I used the Element Dependents on the MainGroup & filtered the result by Groups, or alternatively you can pick the particular group by using the ValuePicker.
2 Likes
thanks Japhy! it’s amazing helpful!