Good Morning all,
I am trying to create a standard sheet generator. It will create a new sheet with our title block, General Notes, Sheet Notes, Key Notes, Key Plan, Graphic Scale, and a North Arrow. At this time I am not looking for anything fancy with excel and creating 200 sheets at a time. 80% of our sheets have all of these things in the same spot. It would be really nice to automate creating a standard sheet.
I figured this would be a very simple task but boy was I wrong.
so “Sheet.ByNameNumberTitleBlockAndView(s)” Does not allow one to place all types of views.
Take two Joseph Peel Method Does not allow me to place Legend Views ether.
Is this an SOL situation or am I missing something. I have been at this for hours now and I got nowhere.
I know there is tons of posts on this and I have been scouring across them. Any help would be much much appreciated.
Steven
Yeah, I think you are using the old one. If you scroll down the post I linked earlier there is some updated Python code which allows Schedule Instances to be placed, Key Notes falls under this category. As for not being able to place on a single sheet, you are quite right, I hadn’t handled single element lists. Updated functionality to place multiple view instances (Legends/Keynote Legends/schedules) at once.
See updated post (With .dyn file) in the link below…
This should work for you though, if you have any problems give me a shout.