Stadium Seating Assignments In Nested Array Family
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone, coming to this in hopes of finding some advice on how to efficiently assign seating numbers to an array family. I am currently working on a stadium project where a consultant is asking for us to provide an excel spreadsheet of all of our seats in the stadium that is organized by section, row, and then each individual seat. We have built our seating families as an array of a nested family (seat model is a family that was brought into the array family) that has section and row assignments already, but I am wondering if there is a way to associate a value to each instance of the nested family (array instance) that can be scheduled. Example: if I am arraying the seat 20 times the first instance has a value of 1, the second has a value of two, etc. so that each seat has this "seat assignment" value. Happy to provide additional information if needed. Thank you in advance!