Changing linetype in VLISP by operating on DXF entity list

Discussion in 'AutoCAD' started by JamesClayHall, Sep 11, 2003.

  1. I wanted a few buttons that would allow me to pick a group of entities and change the linetype only. I cannot seem to access the extended list that contains the dotted pair for linetype (6."linetype"). How does one cdr and entmod these variables in LISP?
     
    JamesClayHall, Sep 11, 2003
    #1
  2. JamesClayHall

    Paul Turvill Guest

    What have you tried? Group 6 is optional, and won't show if the linetype is
    bylayer. In that case, you can append the appropriate Group 6 to the entity
    list before (entmod). Note that the correct syntax is (6 . "linetype") --
    with spaces surrounding the ".".
    ___

    change the linetype only. I cannot seem to access the extended list that
    contains the dotted pair for linetype (6."linetype"). How does one cdr and
    entmod these variables in LISP?
     
    Paul Turvill, Sep 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.