Entmoding polyline from constructed list

Discussion in 'AutoCAD' started by Cliff Davis, Dec 11, 2003.

  1. Cliff Davis

    Cliff Davis Guest

    AutoLISP is returning nil when entmod-ing the following list.

    (setq new_pline (list (cons 0 "LWPOLYLINE") (assoc 410 polyline_list) (cons 8 "defpoints") (cons 90 4) (cons 70 1) (cons 43 0)
    (cons 10 point03) (cons 10 point02) (cons 10 point01) (cons 10 point00)
    )
    )

    Can anyone tell me what else is required to complete the list.
    Thanks
    Cliff
     
    Cliff Davis, Dec 11, 2003
    #1
  2. Cliff Davis

    Paul Turvill Guest

    '(100 . "AcDbEntity")
    '(100 . "AcdbPolyline")
    ___

    (cons 8 "defpoints") (cons 90 4) (cons 70 1) (cons 43 0)
    (cons 10 point01) (cons 10 point00)
     
    Paul Turvill, Dec 11, 2003
    #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.