Hi I am trying to create placeholder sheets in Revit through Dynamo. Everything seems to be working except the last note.
Please see my screen shot. Can you please help me out on this?
Thank you very much!
Have you tried different lacing options or List.Map?
Hi Einar, thanks for your reply.
I tried shortest/longest/cross, but it shows the same problems.
I will keep trying. Appreciate!
Looks like the sheet number must be a number and not a string:
Thanks Einar, it works in this way.
I have a batch of sheets in excel as what I showed and probably better to create the sheets from the excel. Do you have any idea about that? Thanks again.
Hi I am trying to create placeholder sheets in Revit through Dynamo. Everything seems to be working except the last note.
Please see my screen shot. Can you please help me out on this?
Thank you very much!
@JimmyF
The node you are using from Clockworks requires an âintâ input and you are feeding in a string. I think thats where the error is.
Try using the same node from Archi Lab package, seems to work well for me.
Thanks Alisder, it works in this way.
I have a batch of sheets in excel as what I showed and probably better to create the sheets from the excel. Do you have any idea about that? I tried the node from Archi Lab, it works in the way you are showing but when I feed the value from the excel, there is something errors. Thanks again.
Can you show your workings so far so we can see what you have tried? And we can go from there.
Hi Alisder, please see the image below. I got the sheet number value and shee name value into two lists and feed them into the Archi Lab âCreat Placeholder Sheetâ node. The error is shown. Do you know what is wrong? Thank you for your help.
Hi Jimmy,
Check values which your feeding to âsheet Numberâ and âSheet nameâ? Object type should be âSystem.Stringâ.
Or else show complete screenshot of your graph so that we can have closer look at it.
Like Kulkul said, the input needs to be a string. Try add a âString From Objectâ node between your sheet number node and the Create placeholder node. This will ensure it is a string before feeding in.
Thanks Kulkul, by adding âString From Objectâ, it works.
Thank you very much!
Thanks Alisder, As you said, by adding"String From Object", the sheets are created.
Appreciate your kind help!
I found that the below node from Steam Nodes works just as well. In fact you no longer have to create the sheets as placeholders first.
File attached.
Create Multiple Sheets.dyn (4.0 KB)
Hi,
Iâm trying to use the ArchiLab âCreate Place Holder Sheetâ node and, in the first 5 times it worked fine, but now it is substituting the number and the name of the sheets created previously. It doesnât provide any warning or any error. Any idea on what it could be?
This is element binding. Check out the topic here:
Quick solutions are to run the graph via Dynamo Player after cleaning out the bindings.
Hello. I need the output of the empty sheet creator to be an element. So i can add parameter values to the new created sheets.