See the top rated post in this thread. Click here

Results 1 to 6 of 6

Thread: Layout lisp

  1. #1
    Active Member
    Join Date
    2015-10
    Posts
    73
    Login to Give a bone
    0

    Default Layout lisp

    Hey there LISP'ers, I've got a big ask and I'm hoping y'all can help out.
    I found a LISP that creates multiple layouts based on polylines, you tell it the length, width, and overlap of the viewport and it creates hundreds of layouts very quickly, kinda like what C3D does with viewports and alignments, only you don't need viewports and alignments!! (Some of our drafters don't use Civil).
    It creates the sheets, names the layout tabs along the length of the polyline, it's pretty stinking genius, really. The problem with this particular LISP is it fails to cut the MViews.

    I was wondering if anyone has run across a LISP like this that runs through to completion?

    Thanks in advance!

    PS....Hey Opie!

  2. #2
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    1

    Default Re: Layout lisp

    Can you share the code? There may be something in the code that is not functioning correctly. However, if it is proprietary, then please don't share it.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  3. #3
    Active Member
    Join Date
    2015-10
    Posts
    73
    Login to Give a bone
    0

    Default Re: Layout lisp

    I was wondering about that myself. It was posted on another public forum that I found via Google. Thoughts?

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

    Default Re: Layout lisp

    Use this - AutoViewport

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

    Default Re: Layout lisp

    The other forum is Cadtutor code links are there and the advanced version by Maratovich.

    https://www.cadtutor.net/forum/topic...-layout-setup/

  6. #6
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    2

    Default Re: Layout lisp

    The code posted in the CadTutor thread has an error in the CLO subroutine. It is naming the layouts with decimals in the numbers to string conversion, but the ALS subroutine is setting those layouts as integers to strings. Changing the CLO to use ITOA instead of RTOS should make it work as expected.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

Similar Threads

  1. Layout tabs names change when layout renamed in SSM
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 2
    Last Post: 2013-01-20, 05:07 AM
  2. Layout Viewport Inside Another Layout Viewport
    By dgalloway in forum AutoCAD General
    Replies: 3
    Last Post: 2006-05-03, 09:27 PM
  3. Publish layout tabs and layout tab names to PDF
    By dfuehrer in forum AutoCAD Plotting
    Replies: 9
    Last Post: 2005-11-09, 02:49 PM
  4. found layout and expected layout
    By jkipfer in forum AutoCAD Sheet Set Manager
    Replies: 1
    Last Post: 2005-05-31, 11:09 PM
  5. Keeping the layers in from layout to layout?
    By sfickettj in forum ACA General
    Replies: 2
    Last Post: 2004-06-25, 08:11 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
  •