- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I have been banging my head on a wall repeatedly trying to figure out how to change the order of drawing sheets using iLogic. Our default drawing template currently has a page called "CONSTRUCTION CODE:4" as the last page of the drawing. I have written code that counts how many different design view representations the assembly has and creates part pages with appropriate formatting and views for each one (as well as adding a BOM Page). But, they come in as new pages lower on the list and I would prefer that the CONSTRUCTION CODE sheet stays as the last sheet. Obviously, the user could just drag the page to the correct location after running the code, but since it will have to be moved on every drawing, I would prefer to automate it if possible.
I thought initially that I could simply use a reorder-type command for the Sheets, but that doesn't seem to be an option from studying the database. From what I've read, it seems more likely that this Reorder should be used while treating the pages as Browser Nodes, but for the life of me I have not been able to get any version of code I've come up with to work.
Any help or suggestions to point me in the right direction would be much appreciated!
Solved! Go to Solution.