Radial/Linear Arrays using GeomCombination object and dimensions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I'm trying to implement a Revit family which contains a radial array. The idea is to create programmatically a component similar to a fan. Check the screenshot: testArray_with_solids.png. It should be possible to customizes the size of the screws, and also the position of them.
To create the Radialarray, I used as ElementId parameter, a GeomCombination element.Please check the screw_1.rfa. I tried to do it manually, but I had no success. First, Revit could not create a group with the GeomCombination element
"Can't create an array because the selection cannot be grouped"
And second when a took the elements that form the GeomCombination, the void elements are also cutting the new geometries.
Is it possible to create a Radialarray Element base on that kind of constrained Element(GeoCombination)? is it possible to do all this process in the same family? Do you know another way to do it?
Thanks in advance,