Is there any way to add sequence number in drawing list thru sheet schedule. I want to see also how many sheets are there. Thanks!
Gelöst! Gehe zur Lösung
Gelöst von RDAOU. Gehe zur Lösung
I think you'd be able to create parameters for each set. then set them to Yes/No. There would then have to be a second formula parameter for each one that basically said something like If SD = YES THEN •
Do you want count total sheets for each issuance? If so, add a yes/no parameter for each issuance (i.e. SD, DD, CD), then add a calculated value parameter for each (SD Count, DD Count, CD Count) with formula and calculate totals:
SD Count: if (SD, 1, 0)
DD Count: if (DD, 1, 0)
CD Count: if (CD, 1, 0)
@jayartadle wrote:Is there any way to add sequence number in drawing list thru sheet schedule. I want to see also how many sheets are there. Thanks!
First Question:
Yes...Add a project parameter to sheets (Instance/Integer) >>> Add that as a field in the schedule >>> then
Second Question:
You could simply go to the SOrting and Grouping Tab of the Schedule
YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION
Thanks for the answers. Is there a way to make it like this in the image below.
Yes as stated in Message 5 above...and as detailed in reply to your question HERE
YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION
Hi @RDAOU, I'm having the same problem as this one but mine involved linked files.
I'm creating a sheet list on one main file and the other models are linked there sheets on every link. I did create a nice sequence as shown below, the only thing that's missing is the sequence numbering so I tried finding ways to solve this and came up here on this thread.
I tried using your dynamo script but it doesn't work the way it should be. Maybe because the sheets are on the links? I don't know if this can be solved by Dynamo.
Thank you
I am referring your schedule file, but the project parameter I create is grayed out, not sure how to change that?
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.