Hi All,
We can place a legend on multiple sheet and also can check that if a legend is on sheet or not by Views.IsonSheet node.
But can we run the script backword to check a legend is placed on how many sheets??
Hi All,
We can place a legend on multiple sheet and also can check that if a legend is on sheet or not by Views.IsonSheet node.
But can we run the script backword to check a legend is placed on how many sheets??
Hi @Vinay probably this way here could work
Collect the viewports, get their views. Count how many viewport views use the chosen legend view.
yeah a great way as well