Place multiple views on multiple sheets by coordinates

Hi @Kotey.Nikoi,

I have added some new functionality to the Node. It will now place multiple views on multiple sheets. I have also bundled in another node for the preview of the locations on sheet. Here is a quick demo in action…

The input for the sheets needs to be a single list of sheets (no nesting) and the inputs for views and locations must be a list of lists. For example:-

Sheets:
sheet1
sheet2

Views:

  • List0:
    view1
    view2

  • List1:
    view1
    view2
    view3

Locations:

  • List0:
    point1
    point2

  • List1:
    point1
    point2
    point3

This will place 2 views on sheet1 and 3 views on sheet2.

The new Preview.ViewsOnSheets node will tile array any size sheet so you can see what your sheet layouts for multiple sheets with multiple views will look like. (I have just cycled my inputs for an example)

Here is the script. You can ignore the testing area to the left of the divider and use your own logic as long as it matches what i have outlined above.

PlaceViewsOnSheetByLocation.dyn (57.0 KB)

Let me know if you have any issues using this.

Cheers,
Dan

13 Likes