Results 1 to 6 of 6

Thread: Curve Table Lisp Routine

  1. #1
    Member
    Join Date
    2009-01
    Posts
    10

    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 alanjt's Avatar
    Join Date
    2008-02
    Posts
    1,073

    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.
    Civil 3D 2011|2012 ~ Windohz 7
    Dropbox | finding the light…

  3. #3
    AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL
    Posts
    1,098

    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.
    Attached Files Attached Files
    Tom Beauford P.S.M. - Civil 2013 on Windows 7 Pro
    Design Analysis - Leon County Public Works/Engineering
    2280 Miccosukee Rd. Tallahassee, FL 32308-5310
    Ph# (850)606-1516

  4. #4
    Member
    Join Date
    2009-01
    Posts
    10

    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
    27

    Default Re: Curve Table Lisp Routine

    Here ya go.
    Attached Files Attached Files

  6. #6
    Member
    Join Date
    2009-01
    Posts
    10

    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

Similar Threads

  1. How to Start a New Curve Table
    By Spanky in forum Land Desktop - General
    Replies: 6
    Last Post: 2007-08-29, 10:12 PM
  2. drawing curves from a curve table
    By brian.59027 in forum AutoCAD General
    Replies: 3
    Last Post: 2007-08-01, 12:45 PM
  3. Replies: 1
    Last Post: 2007-04-07, 12:39 PM
  4. Zoom to Curve or Line from Table
    By .T. in forum AutoCAD Land Desktop - Wish List (Closed)
    Replies: 0
    Last Post: 2006-02-09, 06:22 PM
  5. Generate curve table
    By dipen1979 in forum AutoLISP
    Replies: 5
    Last Post: 2004-07-12, 06:10 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
  •