Sheet Creation

I’m currently creating sheets automatically in my project. The problem, is that the used node wont place the Views to the Sheets, because the Views are bigger than the Sheets. I need this node to ignore this warning and place them anyway. Is it possible?

You could try cropping them before placement, but otherwise I don’t think you can ignore the warning.

I was able to solve it.

  • First I have a dynamo file, what changes all of my View Template, to a scale 1:500.
  • Then I create the sheets, with the Views
  • Then a third dynamo file to change the View Template backSheetCreationError_solved

You could try to use a titleblock that is 10,0 x 10,0 and replace the titleblock after placement maybe?