Hi All, I have created a script which creates a new sheet and places specific view on that sheet. I would like the script to finish by making that new sheet the active view in Revit. Is this possible?
Hi @bourke_d ,
Yes it is:
1 Like
Thank you @jw.vanasselt I have tried that but cannot get it to work. I am new to Dynamo and not familiar with using Python.
Which Revit version are you in?
@john_pierson 2023.1
The issue here might be that you need to install the ironPython 2.7 package to use that script.
Already installed. Thank you all the same.