Seeking a lisp routine
Seeking a lisp routine
(OP)
I need a simple lisp routine that starts a polyline, set's it's starting width at 0.00 and ends at 3.00
The company I now work for uses such plines for pointers or leaders. Only they're doing it manually. Any help is appreciated.
SD
The company I now work for uses such plines for pointers or leaders. Only they're doing it manually. Any help is appreciated.
SD





RE: Seeking a lisp routine
^C^Cpl;\w;0;3;\w;0;0;;
paste above into Macro for new button
search threads for creating new button macro
hope this helps
Intel P4 3.0 GHZ
512 DDRAM
Win 2000 Pro
Autocad 14, 2002 with EP 2.3.1
RE: Seeking a lisp routine
Thread555-68450
Intel P4 3.0 GHZ
512 DDRAM
Win 2000 Pro
Autocad 14, 2002 with EP 2.3.1
RE: Seeking a lisp routine
RE: Seeking a lisp routine
RE: Seeking a lisp routine
*^C^Cpl;\w;0;3;\w;0;0;;
this will repeat the command until [esc]
Intel P4 3.0 GHZ
512 DDRAM
Win 2000 Pro
Autocad 14, 2002 with EP 2.3.1
RE: Seeking a lisp routine