See the top rated post in this thread. Click here

Results 1 to 3 of 3

Thread: How to draw a 3d polyline from a list of points?

  1. #1
    I could stop if I wanted to
    Join Date
    2003-11
    Posts
    450
    Login to Give a bone
    0

    Default How to draw a 3d polyline from a list of points?

    I am trying to draw a 3d polyline from a list of points. I thought I saw something over at www.theswamp.org but I couldn't find it.

  2. #2
    Woo! Hoo! my 1st post 'MP's Avatar
    Join Date
    2002-09
    Posts
    1
    Login to Give a bone
    0

    Default Re: How to draw a 3d polyline from a list of points?

    Lotsa ways, this is but one.

    Code:
    (apply 'command 
        (append
           '(".3dpoly")
            points
           '("")
        )
    )
    If you want to go direct via entmake or activex it gets a bit more verbose.


  3. #3
    AUGI Addict
    Join Date
    2005-08
    Posts
    1,043
    Login to Give a bone
    1

    Default Re: How to draw a 3d polyline from a list of points?

    You might be thinking of this post.. I posted a lisp code there, and others posted code from different languages.

Similar Threads

  1. Draw Polyline from list of points
    By LSElite in forum AutoLISP
    Replies: 1
    Last Post: 2015-04-21, 03:53 AM
  2. Replies: 8
    Last Post: 2013-11-15, 03:25 PM
  3. trying to draw lines from a points list help
    By d_m_hopper in forum AutoLISP
    Replies: 7
    Last Post: 2008-04-08, 11:59 AM

Posting Permissions

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