maratovich Posted November 22, 2016 Posted November 22, 2016 1. This multipolar world, you can do whatever you want. 2. Without creating dimensions, printing will not work. 3. You can use PDFCreator ? 4. Write to me - what the maximum and minimum dimensions for you? Quote
reza Posted November 22, 2016 Author Posted November 22, 2016 1: you did not kidding do not joke with you I need to do with my lisp in each run, is to assign ΔX and ΔY of user-picked points of a layout block as dimensions of Custom paper size 2: (setq p1 (getpoint "\nPick first corner : ")) (setq p2 (getcorner p1 "\nPick the opposite corner : ")) (setq deltaX (abs (- (car p1) (car p2)))) (setq deltaY (abs (- (cadr p1) (cadr p2)))) 3: ok 4: minimum = Width 420 x Height 600 mm. maximum = Width 900 x Height 3000 mm. Quote
maratovich Posted November 22, 2016 Posted November 22, 2016 1:minimum = Width 420 x Height 600 mm. maximum = Width 900 x Height 3000 mm. In your example indicated 850x140 140 - this will be? a step size of 1 mm? Quote
reza Posted November 22, 2016 Author Posted November 22, 2016 (edited) that is absolutely example another example : 33+010 R.dwg Edited November 22, 2016 by reza Quote
maratovich Posted November 22, 2016 Posted November 22, 2016 another example : It is becoming clearer. It's not a problem. You have a lot of drawings in model space ... You need to know the step size of the rectangle. See private message. Quote
reza Posted November 23, 2016 Author Posted November 23, 2016 Thank you maratovich my problem is solve , Thank you very much to leave time for me Quote
Jim999 Posted October 17, 2018 Posted October 17, 2018 Continue to questions by "reza" How to change the dimensions in "Custom paper" ? "Custom 1: AAA, AA x BBB, BB" , with one lisp program !!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.