Sheet.ByNameNumberTitleBlockAndView error

why this node fail to put the view inside the sheet, it only create the sheets , and i have tried to put the views in scope box but also failed

We need to see the inputs into the node. My guess is you are providing multiple views into the sheet, and the second view won’t fit.


these are the inputs

So you are using Sheet.ByNameNumberTitleblockAndViews, and if you look at the ‘views’ input you’ll notice that the input takes a list of views, not a single view - the tool tip should show View[] where the [] indicates that a list of is expected.

As such it it trying to take ALL THE VIEWS provided and put them into a single sheet, and they don’t fit. Either use Sheet.ByNameNumberTitleBlockAndView, or chop your views up into sublists.