Results 1 to 3 of 3

Thread: 3dpolyline lisp

  1. #1
    Member
    Join Date
    2015-09
    Posts
    3
    Login to Give a bone
    0

    Default 3dpolyline lisp

    I know that there is a lisp routine that you can run to create a 3dpolyline directly from a simple text format file that utilizes x,y,z coordinate information. Can anyone help with the format/syntax needed in the file. I believe you list the coordinate information as space delimited between the individual values and comma delimited between each specific point, but am not certain. Can anyone clarify it form me.
    Thanx

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

    Default Re: 3dpolyline lisp

    Depends on the lisp routine, no way to help you without seeing it many use csv format with a point on each line separated by commas (X, Y, Z) or (X,Y,Z). You could even use a script with the 3DPOLY command.
    Worth looking at: http://www.cadtutor.net/forum/showth...oints-or-Lines
    http://freecadapps.mcadcafe.com/swde...owcolor=ffffcc
    http://www.cadalyst.com/cad/autocad/...solutions-4708

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

    Default Re: 3dpolyline lisp

    Like Tom a simple script note last line is blank or just C to close, just copy and paste to command line.

    Code:
    3dpoly
    x,y,z
    x,y,z
    x,y,z

Similar Threads

  1. 2015: starting from a 3DPolyline already created... how do i change the elevation?
    By dafguerrerom704058 in forum AutoCAD Civil 3D - General
    Replies: 2
    Last Post: 2015-06-29, 02:35 PM
  2. 2016: a partir de una 3DPolyline ... ¿Cómo puedo cambiar la elevación?
    By dafguerrerom704058 in forum AutoCAD Civil 3D - General
    Replies: 1
    Last Post: 2015-06-28, 07:58 PM
  3. Replies: 13
    Last Post: 2014-01-20, 06:14 PM
  4. Replies: 3
    Last Post: 2012-05-07, 08:16 PM
  5. Replies: 2
    Last Post: 2009-01-22, 11:55 PM

Tags for this Thread

Posting Permissions

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