Revit Door Family / Nested Family within Array
I'm trying to build an accordion door family that is parameterized in a few ways, but I'm having some issues:
- Door panel is a nested
- Door panels are able to open and close based on an angle parameter.
- Number of door panels has an adjustable parameter
It's the last parameterization that is causing issues.
Using reference lines, trig formulas, and angle parameters, I have the first two parameterizations working with families that have a fixed number of panels (a 2-panel or 4-panel bi-folding door)
My approach for adding a parameter for the number of panels was to create an array using the nested door panel family. And have a trig equation running the array distance based on how much the panels were open.
The problem with this approach is that once the door panel family is arrayed, the angle change parameters no longer function because the component it is trying to change is in the array group.
Happy to share the family files I've been working in if that's helpful. I'm new here and not sure the right process for that on here and don't want to have my post taken down.
Edit: Link to .rfa files here: https://drive.google.com/drive/folders/1RlCSYXdQzNb3VaOa0Euxd0dVig6X58fj?usp=sharing
I've included the Multi-Panel Accordion door, but it's a little messy because I've been toubleshooting the problem). I've also included my 2-panel bi-fold so you can see how I've been constructing the door family before I tried to add in an array function to the door panels for the multi-panel accordion door.