Create new Model Group and place on same location

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a model group, which i want to change element parameters in, i change the model group to another type, get the elements (this other type has different elements), change the params in the elements and group the elements back together. But now i want to place the newly created group on exactly the same location as the old group was.
So i stored the location of the previous group, set it on the newly created group and that works. BUT the old group was a mirrored group, and i am totally lost on how to mirror the new group. I am not sure what the Plane param is i need to give in ```ElementTransformUtils.MirrorElements(this.Document, new List<ElementId>(){newGroup.Id}, new Plane(), false);```
Any help would be very appriciated.
Basically i want to have everything the same in the new model group as it was before i ungrouped it...