Dynamo 'Sheet.Views' node not working

Hi all,

I am trying to call out one/ or multiple views on a sheet . However the built-in Dynamo node 'Sheet.Views’ fall to find out views on all the sheets but only certain ones(see attached images).

On the other hand, the ‘Get Sheet Viewports’ node seems to give me viewports on each sheet similar to what I want, but I fail to find a way to get view from viewpoint or call out the name of the view in each viewport.

Please let me know if you have clue how to solve this, thanks!

Link: http://i1158.photobucket.com/albums/p619/stillglacier/Dyanmo%20view%20from%20sheet3_zpsv2lopee6.png

Sometime it works…but doesn’t seem reliable.

Link: http://i1158.photobucket.com/albums/p619/stillglacier/Dyanmo%20view%20from%20sheet2_zpsa1kqayhb.png

I suspect you have some area plans in your sheets that fail to be wrapped into a Dynamo element. Try the “Sheet.Views+” node from spring nodes. Tho keep in mind that it will take a while to process a lot of sheets. ~130 sheets took about 15-20 seconds.

1 Like

As @Dimitar_Venkov observed, Sheet.View fails if there are area plans on the sheet.
However, a possible OOTB approach could be …

Hi @Vikram_Subbaiah @Dimitar_Venkov,

Yes I figured area plan was exactly the reason why the sheet.view node didn’t work and was able to fix it by placing with the “Sheet.Views+” node.

Thanks for you help!!

1 Like

Try the latest version ( 100.0.1 ). I optimized the schedule fetching part and now it should perform much faster.

1 Like

Hi Dimitar,

Ya it works great! Thanks!