Results 1 to 5 of 5

Thread: Page Setup Manager for multiple layout tabs not just one at a time.

  1. #1
    Wish List Administration
    Join Date
    2011-08
    Posts
    4,581

    Default Page Setup Manager for multiple layout tabs not just one at a time.

    Summary: Ability to have a Page Setup Manager utility for multiple or all layout tabs instead of just individual tabs.

    Description: Life would be so much easier if we could have a utility like Page Setup Manager that we can apply to multiple layout tabs at once. Currently every time any adjustments are made to our plotters or whatnot we have to go into each individual layout tab in every drawing and update with the new printer/plotter or a new plot style. There is a workaround when doing batch plots, yes, but it's still frustrating and time consuming.

    Product and Feature: AutoCAD - 3D

    Submitted By: jlneeds on 05/30/2019


  2. #2
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667

    Default Re: Page Setup Manager for multiple layout tabs not just one at a time.

    One option would be to use a PC3 file with them which you could just overwrite when you get a new printer/plotter. When all layouts in a drawing reference the same Page Setup it's the only one you have to modify.

    There are many lisp routines out their for modifying Page Setups for multiple layouts as well like:
    Layout Utilities ver 0.3 by Irné Barnard https://forums.augi.com/showthread.p...l=1#post851674
    or
    PageSetups.lsp by CAB http://www.theswamp.org/index.php?topic=8855.0;all

    Of course adding these features to the Page Setup Manager or adding a utility similar to Reference Manager would be great as well!

  3. #3
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719

    Default Re: Page Setup Manager for multiple layout tabs not just one at a time.

    Quote Originally Posted by BlackBox View Post
    <snip>

    Example

    Code:
    (foreach layoutname (layoutlist)
      (vla-SetActivePageSetup layoutname “YourPageSetupName”)
    )
    <snip>
    Meaningless text so I can make this post.
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

  4. #4
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805

    Default Re: Page Setup Manager for multiple layout tabs not just one at a time.

    @BlackBox does it again...
    R.K. McSwain | CAD Panacea |

  5. #5
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719

    Default Re: Page Setup Manager for multiple layout tabs not just one at a time.

    Quote Originally Posted by rkmcswain View Post
    @BlackBox does it again...
    That's kind of you to say, my friend.

    Forgot to mention that the above custom LispFunction also works with ObjectDBX & Core Console for batch processing.

    Cheers
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •