Jump to content

Recommended Posts

Posted

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?

  • Replies 46
  • Created
  • Last Reply

Top Posters In This Topic

  • reza

    23

  • maratovich

    8

  • BIGAL

    6

  • mostafa badran

    5

Top Posters In This Topic

Posted Images

Posted

1:

you did not kidding :notworthy:

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.

Posted
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?

Posted
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.

formats.jpg

Posted

Thank you maratovich

my problem is solve , Thank you very much to leave time for me

  • 1 year later...
Posted

Continue to questions by "reza"

 

How to change the dimensions in "Custom paper"  ?

"Custom 1: AAA, AA x BBB, BB"  , with one lisp program !!!

 

 

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...