Parametric angle, radius and number properties of radial array using API

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I'm developing an plugin for Revit which generates a family file. This family contains an extrusion geometry and a radial array of that geometry. The idea behind this is that the user can open the RFA and through the parameter window can manipulate the angle, number of columns and the radius of the radial array.
So I followed the Alfredo Medina's example:
I would like to do it programmatically, because the geometry, that have to be repeated, could change depending on some customer requirements. For instance, it could be an extrusion (boxes, cilinder), revolve, family instance...
This way the user can create catalog types of that family.
Is it possible to constraint programmatically the angle and radius of the array as Alfredo did manually?
Thanks in advance