Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/03/2019 in all areas

  1. It looks like your VIEWRES setting is too low, but you said you tried changing it? Can you post your dwg file?
    1 point
  2. Grr if you changed some of the variables during a program you would still need to reset back to what they were before the program was run so I think the mapcar is still applicable. Suggest use cond instead of all the if's
    1 point
  3. There is the LAYOUTLIST function that return a list with the names of available layouts: (setq layoutOld (getvar "CTAB")) (foreach layoutCrt (layoutlist) (setvar "CTAB" layoutCrt) ;your action here ) (setvar "CTAB" layoutOld)
    1 point
×
×
  • Create New...