Placing Multiple Views On Sheets

PutViewsOnSheets

I have a dynamo script I hoped would place multiple elevation views onto a single sheet, however it seems as if the node “Sheet.ByNameNumberTitleBlockAndView” is limited to placing a single view on a sheet, not multiple views on a single sheet. Has anyone encountered this need before? I tried creating a sub-list of views and the result was the same.

Is there a package with a Node capable of placing multiple views on a single sheet? For intance, 10 elevation views on sheet A600?

 

Thanks.

Ok, So that was definitely a “noob” question.

I just needed to use “Sheet.ByNameNumberTitleBlockandViews”(emphasis on plural of view).

1 Like