Macro for page setup manager

Macro for page setup manager

_Vijay
Collaborator Collaborator
1,013 Views
9 Replies
Message 1 of 10

Macro for page setup manager

_Vijay
Collaborator
Collaborator

 Any have an idea for page set manager macro? 

 

I want a setup like the one below image,

 

_Vijay_0-1625194243769.png

 

 

 

Vijayakumar
Head of BIM
Did you find this post helpful? Feel free to like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


0 Likes
1,014 Views
9 Replies
Replies (9)
Message 2 of 10

Sea-Haven
Mentor
Mentor

Did you google ?

 

We went a different way using lisp so would pick desired output and the lisp handled all the plot settings. As a side note did not use sheetsets or publish.

 

Also look at "Maratovich plotting"

0 Likes
Message 3 of 10

maratovich
Advisor
Advisor

 

Maybe this will help you - Revers 

 

 

---------------------------------------------------------------------
Software development
Automatic creation layouts and viewport. Batch printing drawings from model.
www.kdmsoft.net
0 Likes
Message 4 of 10

Kent1Cooper
Consultant
Consultant

You want something "like" the standard Page Setup dialog box, but not the standard Page Setup dialog box?  What is the advantage?  Why not use the standard dialog box?  Dialog boxes are not what macros do, but there may be a way to have a macro call up the dialog box, if that's what you're looking for.

Kent Cooper, AIA
0 Likes
Message 5 of 10

TomBeauford
Advisor
Advisor

I use Lee Mac's Steal from Drawing to import Page Setups from a template file from a drop-down.

^C^C^P(or C:Steal (load "StealV1-8.lsp"))(Steal (strcat (vl-filename-directory (getenv "QnewTemplate")) (chr 92) "AutoCAD Template" (chr 92) "Templates.dwt") (list (list "Page Setups" (list "11×17" "11×17 PDF")))) .regen

One for plotting and one to PDF for each layout size. 

 

Not often needed as when I use the same lisp to import layouts I bring the Page Setups in at the same time.

^C^C^P(Steal (strcat (vl-filename-directory (getenv "QnewTemplate")) (chr 92) "AutoCAD Template" (chr 92) "Templates.dwt") (list (list "Page Setups" (list "11×17" "11×17 PDF"))(list "Layouts" (list "11×17")))) .regen

64bit AutoCAD Map & Civil 3D 2023
Architecture Engineering & Construction Collection
2023
Windows 10 Dell i7-12850HX 2.1 Ghz 12GB NVIDIA RTX A3000 12GB Graphics Adapter
0 Likes
Message 6 of 10

_Vijay
Collaborator
Collaborator

I don't think it will help me.

Vijayakumar
Head of BIM
Did you find this post helpful? Feel free to like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


0 Likes
Message 7 of 10

_Vijay
Collaborator
Collaborator

yes I cal the dialog box, but unable to set tye values in the dialog with macro.

Vijayakumar
Head of BIM
Did you find this post helpful? Feel free to like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


0 Likes
Message 8 of 10

_Vijay
Collaborator
Collaborator

@Kent1Cooper I am looking for something like this.

 

AUTOCAD TRICK for PRINT SETUP - YouTube

Vijayakumar
Head of BIM
Did you find this post helpful? Feel free to like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


0 Likes
Message 9 of 10

Sea-Haven
Mentor
Mentor

If you use different title blocks for your layouts and choose a printer then its easy using lisp to plot each time. So dont worry about print setup. You must have a single block in the layout that can be used for the plot area, landscape or portrait is known due to name of title block. We had a menu and the title block for a new layout was chosen. 

 

We had plot to correct printer nearest to user for a multi storey office they just selected a printer type A3 or A1. 

 

There is so many plot lisps out there. Happy to provide more info about a possible solution.

0 Likes
Message 10 of 10

maratovich
Advisor
Advisor

@_Vijay  написал (-а):

I don't think it will help me.


You need to try first, and then write.
This is the solution for you.

---------------------------------------------------------------------
Software development
Automatic creation layouts and viewport. Batch printing drawings from model.
www.kdmsoft.net
0 Likes