Kangal
August 14, 2018, 10:00am
1
Hi all,
I start new with Dynamo and I love it!
However I have a challenge that I can not fulfill.
Dynamo does not create a View and Sheet at once.
I used CustomNode from Clockwork: Passthrough
but do not come out with the conncections.
What am I doing wrong. Can someone help me please
Regards.
Can you show us what the error on the last node is?
For multiple sheets you need to use Sheet.ByNameNumberTitleBlockAndViews
From the SteamNodes package
Kangal
August 14, 2018, 11:23am
5
Hi,
It can’t be the crop view, because the view is small enough to fit it
Kangal
August 14, 2018, 11:25am
6
Hi,
It is one View to one Sheet.
I have 32 views and it makes 32 sheet for me
But I give it a try and still have the error
Kangal
August 14, 2018, 11:29am
8
the funny thing is that it works in 2 parts.
1: create views
2: create sheets and place the excisting views (part 1) on it
Regards
I tend to avoid using that node. I believe there might be a better version of that out there updated by @john_pierson . Also, he has some really helpful nodes in Rhythm to create sheets and place views on those sheets.
Kangal
August 15, 2018, 8:10am
10
Thanks!
Too bad there is no standard node is Dynamo.
I really have to go deeper into Python and Revit API
regards
Nieman
August 15, 2018, 11:24am
11
Maybe create a list of your title block type and repeat the item as much times as the count of your elementlist (32)
1 Like