Jump to content

Publish with a block "stamp"


massagist

Recommended Posts

Hello all,

I'd like to batch plot 50 drawings, all of which have the same title block in the same position. This is easy with the PUBLISH command, but I'd like to be able to add a "stamp" of the customer logo to these drawings, which I have as a block in a separate file. Basically I want to easily be able to plot the same drawings for different customers, the only difference being the customer logo. Is this possible?

Link to comment
Share on other sites

A 2 step answer first replace logo then either run publish or a lisp plot (my choice) then save or not.

 

Very simple using a script with two lisps as many dwgs's as you like search here under plotting for the lisp code lots of examples like this one http://www.cadtutor.net/forum/showthread.php?69132-Printing-LISP-Help...&highlight=Printing-LISP

 

script something like
Open dwg1 insert logo1 234,45 1 1 0 (load "plotmydwg") close N
Open dwg2 insert logo1 234,45 1 1 0 (load "plotmydwg") close N
Open dwg3 insert logo1 234,45 1 1 0 (load "plotmydwg") close n

Link to comment
Share on other sites

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