Nested void array does not adjust to length parameter

Nested void array does not adjust to length parameter

sorenandu19
Participant Participant
313 Views
2 Replies
Message 1 of 3

Nested void array does not adjust to length parameter

sorenandu19
Participant
Participant

I'm trying to load a nested void array on a parent family which contains a sweep . The nested void array (holes) cut perfectly onto the sweep, and I can adjust the elevation without any errors. But I can't seem to make the nested void array increase and decrease as I adjust the length of my sweep. And also, creating a nested single-hole family and arraying it inside the parent family is just a constrain nightmare so don't even bother trying to do that.

sorenandu19_0-1691764044203.png

 

sorenandu19_1-1691762841595.pngsorenandu19_2-1691762867202.png

sorenandu19_3-1691762908543.png

sorenandu19_4-1691762949578.png

sorenandu19_5-1691763036485.png

 

0 Likes
Accepted solutions (1)
314 Views
2 Replies
Replies (2)
Message 2 of 3

syman2000
Mentor
Mentor
Accepted solution

When you doing array, you want to use array end. Afterward you use formula HoleArrayLength/6" to get the number of holes in between. What I did is multiple nested family to make the array works. However array need to a start and and end. When I build the family, I tend to go with origin point as my start point and then go with whatever length in X direction.

 

syman2000_0-1691766867074.png

 

I recreate the family with Revit 2022 so you can see what I did in the family.

 

Check out my Revit youtube channel - https://www.youtube.com/user/scourdx
Message 3 of 3

sorenandu19
Participant
Participant

THANK YOU SO MUCH!!

0 Likes