Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations dmapguru on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Seeking a lisp routine 2

Status
Not open for further replies.

SouthernDrafter

Civil/Environmental
Joined
Nov 7, 2002
Messages
133
Location
US
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
 
try a button Macro

^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
 
view this thread for creating new button

thread555-68450

Intel P4 3.0 GHZ
512 DDRAM
Win 2000 Pro
Autocad 14, 2002 with EP 2.3.1
 
Fantastic Ozzie!!! Thanks, works like a champ~
 
ONLY...is there a way to make this command repeat itself after hitting enter? As of now it goes back to standard polyline command when repeated.
 
yes, if you add "*" before the rest of the macro

*^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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top