Message 1 of 6
Toolbar command for plines

Not applicable
10-09-2018
10:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to create a toolbar for different widths of plines. I have assigned two so far. they are on the same layer and color. When I create the second (using CUI) the first takes on those properties as well. I am calling them P1, P2, etc. Below is what I have. Can someone push me in a better direction?
^C^C(setq pwid (getvar "plinewid"));plinewid;.065;_pline;(while (> (getvar "cmdactive") 0) (command pause))(setvar "plinewid" pwid)
P2 has a width of .125, everything else is the same. Below is a screen shot of my CUI.