Dynamo "Sheet" only sees "Views"

Dynamo "Sheet" only sees "Views"

craig
Advocate Advocate
945 Views
6 Replies
Message 1 of 7

Dynamo "Sheet" only sees "Views"

craig
Advocate
Advocate

I've followed a YouTube tutorial to create a dynamo script that draws a line of a chosen weight over the visible crop boundary for all views on a given sheet. The problem is, the "Sheet" only sees views in the project in its drop down selector rather than sheets. What the flip!?

0 Likes
946 Views
6 Replies
Replies (6)
Message 2 of 7

barthbradley
Consultant
Consultant

Go into the View itself. 

 

 

 

0 Likes
Message 3 of 7

L.Maas
Mentor
Mentor

Something like this

LMaas_0-1701761126342.png

Of course there needs to be sheets available in the project Dynamo is attached to.

Louis

EESignature

Please mention Revit version, especially when uploading Revit files.

Message 4 of 7

craig
Advocate
Advocate

What do you mean by "go into the view"? I have a 30 sheet project with hundreds of views

0 Likes
Message 5 of 7

craig
Advocate
Advocate

I don't know how to make my programming look exactly like yours. Additionally, how do you tell it what line weight to make it?

0 Likes
Message 6 of 7

RLY_15
Advisor
Advisor

It looks different because of version differences. There was a visuals overhaul between the Dynamo versions packed into Revit 2022 and 2023 (and more functionality, of course).

 

The ViewSection.OverrideCropVersion2 node in your original screenshot is what defines the line weight. L.Maas was just showing you how to collect all of the Sheets (using Categories + All Elements of Category), so that you could feed the list into the script you had originally provided.

Message 7 of 7

craig
Advocate
Advocate

Ok. So I would need to combine both my programming and his somehow!? 

0 Likes