I'm not sure the process for this if it is even possible but its been requested of me to come up with a method for getting a list of sheets (In list format, not as a schedule ex: A1.11, A1.21, C3.23) to "auto populate" into a detail family. So the for this is as follows, the State of Iowa has a special signature block which they require all sheets covered by the signing architect/engineer to be listed (See attached image). My initial thoughts for this was to create some yes/no shared parameters (assigned to sheets) which when checked, that sheet number would populate into "sheets covered by this seal" (see attached). I'm thinking this isn't possible without some outside programming but figured I'd try...any help would be greatly appreciated with this!
Announcement
Collapse
No announcement yet.
Populate a list of sheets with yes/no parameters?
Collapse
X
-
As far as I know, this isn't possible with Revit out-of-the-box.
I do think this would be fairly easy using Dynamo or a custom macro.BIM Extension, LLC
bimextension.com | @bimextension
OpenRFA.org | Collaborative master shared parameters for Revit.
Autodesk Revit MEP Certified Professional | Autodesk Developer Network Member
-
-
Here's an example for you
You can get the files here: https://www.dropbox.com/s/il8rji8lpz...heets.zip?dl=0
Comment
-
-
We filter by package using the text shared parameter. Referencing a master sheet index, one can easily enter text, (65% Design Development Set) by which the placed sheet index with filters will automatically update. Our sheets also have the seal controlled by yes/no, but not for filtering purposes. We also added a sort parameter to indicate 'Volume' as we have twelve volumes of documents to list in our current project.Bettisworth North
Comment
-
-
You guys are missing the last step of the OP's request, which is to FILL OUT that stamp as a list. Dynamo CAN do it, you would just need to add it to the end of Daniels script. You can concatenate the list of sheets with a separator, and input that in to a parameter in another component (the stamp itself).
Comment
-
Related Topics
Collapse
-
Morning all,
Just going to share a very simple script I toyed around with this morning. It simply queries parameters of a field (In this...-
Channel: Dynamo BIM
January 30, 2015, 07:23 AM -
-
On our sheet list we need to list our architectural drawings, also all engineers sheets. How can this be done without custom text on the title sheet,...April 1, 2014, 03:57 PM
-
I know (hope) this there is a simple answer for this issue. I need to find out if there is way to organize the sheets, in the browser (not the sheet...July 13, 2018, 09:47 PM
-
Hi All,
Looking for some help and advice -
I am creating a Titleblock family for my company. They want to have a Project Status on...-
Channel: Architecture - Family Creation
July 20, 2018, 03:31 PM -
-
One of my beefs with Revit is the lack of ability to add a revision to multiple sheets at one time. Yes there are addins, but this should be a basic fundamental...
-
Channel: Dynamo BIM
March 16, 2017, 05:33 PM -
Monumetric Footer In-screen
Collapse
Comment