Entmoding polyline from constructed list

Dec 11, 2003 1 Replies

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


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

(cons 8 "defpoints") (cons 90 4) (cons 70 1) (cons 43 0)

(cons 10 point01) (cons 10 point00)

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required