Results 1 to 7 of 7

Thread: Need A Lisp for Batch Plotting of Several Drawing Files

  1. #1
    Member
    Join Date
    2016-04
    Posts
    34
    Login to Give a bone
    0

    Lightbulb Need A Lisp for Batch Plotting of Several Drawing Files

    I'm working on a road project, i recently joined a new company , I got my Roadways Cross Sections in seperate Files , One Cross Section = One Drawing File ,
    Having a Title Block in Each File , i have over hundred of Files.

    I want a lisp routine that detects Title Block & Print Out All The Cross Sections (Title Block) from Modelspace.

    Anyone please help me out, so that i can print out those so many files that has title block in modelspace.

    Please reply as soon as possible.

  2. #2
    Member
    Join Date
    2018-07
    Posts
    13
    Login to Give a bone
    0

    Default Re: Need A Lisp for Batch Plotting of Several Drawing Files

    No problems.
    Use this: https://www.kdmsoft.net/revers.html

    - - - Updated - - -

    https://www.kdmsoft.net/revers.html

    - - - Updated - - -

    https:// www.kdmsoft.net/revers.html

    - - - Updated - - -

    Revers -Automatic batch printing a multiple format
    This is a very good program. Search the Internet.


    This forum is very bad.
    It is not possible to add links.

  3. #3
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,419
    Login to Give a bone
    0

    Default Re: Need A Lisp for Batch Plotting of Several Drawing Files

    @Sameer,
    You don't need a lisp, just use the PUBLISH command. It allows you to specify a page setup for each file. You can even use it to create pdf's.

    @shadashiindia770168,
    The forum is working as normal. We just don't allow new users to post links because we get a lot of spammers that want to create a new user account just to post a link to their website. I made an adjustment to your account so that you could post a link now.
    C:> ED WORKING....


    LinkedIn

  4. #4
    Member
    Join Date
    2016-04
    Posts
    34
    Login to Give a bone
    0

    Default Re: Need A Lisp for Batch Plotting of Several Drawing Files

    @Ed Jobe
    To PUBLISH the files, All Title block has to be same size and as i have mentioned i have over hundreds of Dwg files. i have a single x-section in each file. setting up each file is hard. That's why i asked about any lisp or software.

  5. #5
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: Need A Lisp for Batch Plotting of Several Drawing Files

    These may help: https://www.cadtutor.net/forum/topic...el-space-tips/
    https://www.cadtutor.net/forum/topic...m-model-space/
    https://forums.augi.com/showthread.p...l-Space-blocks
    https://forums.augi.com/showthread.p...in-model-space

    AutoCAD introduced Paper Space to make plotting a breese with release 11 in 1990 29 years ago. Then added multiple Paper Space layouts in 1999 to make it even easier. Worth considering.

  6. #6
    All AUGI, all the time
    Join Date
    2003-07
    Posts
    560
    Login to Give a bone
    0

    Default Re: Need A Lisp for Batch Plotting of Several Drawing Files

    For me I would get each dwg file and paste it into a new layout so one dwg with all cross sections.

    This can be done pretty easy as you would just insert the cross section dwg into a new layout. I would use a script as easier than spending a lot of time writing code.

    I use Word to edit the starting point file list of dwg names. It allows adding lines to a text file based on end of line in search/replace use ^p

    layout
    new

    -insert dwgname 0,0 1 1 0
    layout
    new
    ….………..


    To make the dwg list is a bit of old fashioned DOS just go to windows CMD line and change to correct directory then dir *.dwg /b >Dwglst.txt

    Lee-mac.com has a scriptwriter.

  7. #7
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,419
    Login to Give a bone
    0

    Default Re: Need A Lisp for Batch Plotting of Several Drawing Files

    Quote Originally Posted by Sameer Ahmed View Post
    setting up each file is hard. That's why i asked about any lisp or software.
    You could set up a template with a page setup and then import that page setup into each dwg. Then PUBLISH will use the current page setup in each file. The import option is on the PAGESETUP dialog. After you get those files fixed, start all new dwgs from the template.
    C:> ED WORKING....


    LinkedIn

Similar Threads

  1. Lisp routine batch plotting AutoCAD 2012-14
    By HDC0NY in forum AutoLISP
    Replies: 0
    Last Post: 2014-04-17, 01:04 PM
  2. Replies: 4
    Last Post: 2013-06-21, 09:46 PM
  3. Replies: 1
    Last Post: 2009-08-18, 11:20 PM
  4. need help batch plotting to PDF
    By oompa_l in forum AutoCAD Plotting
    Replies: 1
    Last Post: 2009-02-14, 02:37 AM
  5. Replies: 3
    Last Post: 2008-11-14, 11:34 PM

Posting Permissions

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