Spline control points using autolisp

Discussion in 'AutoCAD' started by Imran Amin, Jun 4, 2004.

  1. Imran Amin

    Imran Amin Guest

    Hello,
    I'm working on a project using AutoLISP where i came to a point on how can i
    get spline control points after the first one.
    say a 33 control point spline
    the first spline is given by
    (setq sp1_list (entget sp1))
    (setq coord1 (cdr (assoc 10 sp1_list)))

    how about rest of it
    or just last one

    regards,
    Imran
     
    Imran Amin, Jun 4, 2004
    #1
  2. Imran Amin

    bestafor Guest

    HiHo;
    You might read the code (spline2poly) by Tony Hotchkiss for "Dec03" at "get
    the code" www.cadalyst.com
     
    bestafor, Jun 5, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.