See the top rated post in this thread. Click here

Results 1 to 8 of 8

Thread: Curve Table Lisp Routine

  1. #1
    Member
    Join Date
    2009-01
    Posts
    10
    Login to Give a bone
    0

    Default Curve Table Lisp Routine

    Does anyone know of a lisp routine for creating curve tables for landscape layout plans. We are using AutoCAD Architecture and would like to develop a curve table for laying out a path in the landscape. It looks like Civil 3D has curve and line tables, but I'm looking for something to use without getting into Civil 3D.

    Thanks, Julie

  2. #2
    AUGI Addict
    Join Date
    2008-02
    Posts
    1,141
    Login to Give a bone
    0

    Default Re: Curve Table Lisp Routine

    Why wouldn't you use c3d if it's available? The dynamic curve tables are incredible and very easy to use.

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

    Default Re: Curve Table Lisp Routine

    Check out: http://forums.augi.com/showthread.php?t=97969#4 for the two blocks required for the routine.

    It will label curve tables and line segments. Put Line_Label.lsp, Dim_Arc.DWG & Dim_Line.DWG in a folder in your support path. The drawings are inserted as blocks with attributes. (vl-load-com) must be run first. You could add it to the file at the beginning of the routine. Since it's required for all visual lisp I load it in my acaddoc.lsp file.

  4. #4
    Member
    Join Date
    2009-01
    Posts
    10
    Login to Give a bone
    0

    Default Re: Curve Table Lisp Routine

    Tom, thanks for the handy lisp routine. It works well, but wasn't quite what we're looking for. We need to be able to create a table of the line and curve information. I'm going to try looking to Civil 3D, but if you have anything that might work for us, I'd be very interested. Thanks, Julie

  5. #5
    Member
    Join Date
    2008-11
    Posts
    28
    Login to Give a bone
    1

    Default Re: Curve Table Lisp Routine

    Here ya go.
    Attached Files Attached Files

  6. #6
    Member
    Join Date
    2009-01
    Posts
    10
    Login to Give a bone
    0

    Default Re: Curve Table Lisp Routine

    Juan, I just tried your lisp routine and it works great! I'm going to have some of our landscape architects look at it more closely, but so far it really fits what we need. Thank you so much! --Julie

  7. #7
    Member
    Join Date
    2013-07
    Posts
    2
    Login to Give a bone
    0

    Default Re: Curve Table Lisp Routine

    Quote Originally Posted by juan_d_villarreal View Post
    Here ya go.

    Thanks a lot....

  8. #8
    Member
    Join Date
    2008-11
    Posts
    28
    Login to Give a bone
    0

    Default Re: Curve Table Lisp Routine

    Quote Originally Posted by ajazraj398398 View Post
    Thanks a lot....
    You're welcome.

Similar Threads

  1. Change Table Properties Using Lisp Routine
    By CADdancer in forum AutoCAD Tables
    Replies: 3
    Last Post: 2023-08-11, 02:20 PM
  2. Generate curve table
    By dipen1979 in forum AutoLISP
    Replies: 8
    Last Post: 2015-10-19, 02:02 PM
  3. Need lisp routine to reverse bearings in line table
    By TRENA680153 in forum AutoLISP
    Replies: 0
    Last Post: 2015-04-23, 07:30 PM
  4. Replies: 1
    Last Post: 2007-04-07, 12:39 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
  •