Placing views on sheets using Dynamo

I’m a Dynamo beginner and have been learning from YouTube videos


.
I’m currently encountering two issues while automating sheet creation and placing views on sheets with dependent views:

  1. The parent view sheet is not being generated.
  2. Only the ceiling view for level 1 is being placed on the sheet, while other views are not.

Your screenshot is not of a quality that we can help you.

Run the script with the errors, expand all the nodes so we can see what data is going on.

Zoom right into the canvas and then use the camera in the top right to export an image.

2 Likes

I hope it’s clear now.

Hello @Shael.25

You can’t understand whats going on in your graph if you dont open up the results for every node. So can’t we :slight_smile:

It’s all about list levels. You have to set the lacing of the sheet creation node to longest, than there will for sure be happening more than now because more elements will be processed.
But depending on the levels of your inputs this will not lead to your desired result and you will also have to setup the input levels of the node.

Please show us all the results.