alanjt Posted March 18, 2010 Posted March 18, 2010 (edited) Allows user to reverse direction of selected Lines, LWPolylines and Splines. Call with: ReverseLines or RL Updated: 03.19.10 ReverseLines.LSP Edited December 7, 2010 by alanjt Quote
stevesfr Posted March 18, 2010 Posted March 18, 2010 Allows user to reverse direction of selected Lines, LWPolylines and Splines. Call with: ReverseLines or RL [ATTACH]18182[/ATTACH] Alan, how to reverse start and end point of arc??? I thought there was a way without lisp? i.e. to initially construct said arc? S Quote
alanjt Posted March 18, 2010 Author Posted March 18, 2010 Alan, how to reverse start and end point of arc??? I thought there was a way without lisp? i.e. to initially construct said arc?S http://www.cadforum.cz/cadforum_en/qaID.asp?tip=4570 Quote
stevesfr Posted March 19, 2010 Posted March 19, 2010 http://www.cadforum.cz/cadforum_en/qaID.asp?tip=4570 thank you Sir... Quote
alanjt Posted March 21, 2010 Author Posted March 21, 2010 Code updated (above), basically with a complete rewrite. I released this a little too early. Quote
rob8lyn Posted December 7, 2010 Posted December 7, 2010 Does this code still exist? Where to download? Quote
rob8lyn Posted December 7, 2010 Posted December 7, 2010 Code re-posted. Wow. That was fast. Like poof! magic genie fast. LOL. Thanks so much, Alan! Quote
alanjt Posted December 7, 2010 Author Posted December 7, 2010 Wow. That was fast. Like poof! magic genie fast. LOL. Thanks so much, Alan! Thank eMail notification. You're welcome; enjoy. Quote
rob8lyn Posted December 7, 2010 Posted December 7, 2010 Thank eMail notification. You're welcome; enjoy. Yeah, just joined the site today and it looks great. Another question: is there a visual way to display the direction of lines (like an arrow or some other indicator), prior to changing the direction? Quote
irneb Posted December 8, 2010 Posted December 8, 2010 Yeah, just joined the site today and it looks great. Another question: is there a visual way to display the direction of lines (like an arrow or some other indicator), prior to changing the direction?A "quick" way could be to temporarily set the line to a complex line type with a V rotated to point in the direction of the line. Otherwise you could add something in lisp which just draws an arrow representation using something like grdraw. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.