Nov 19, 2007 #1 newnickname Civil/Environmental Joined Sep 20, 2007 Messages 42 Location US Long time Microstation user trying to figure out how to change the direction of a line in ACAD without redrawing the darn thing. Any help is appreciated.
Long time Microstation user trying to figure out how to change the direction of a line in ACAD without redrawing the darn thing. Any help is appreciated.
Nov 19, 2007 1 #2 lpseifert Civil/Environmental Joined Oct 13, 2004 Messages 260 Location US Look here for PLREV.lsp http://www.turvill.com/t2/free_stuff/index.htm ____________________ Acad2006, Terramodel Upvote 0 Downvote
Look here for PLREV.lsp http://www.turvill.com/t2/free_stuff/index.htm ____________________ Acad2006, Terramodel
Nov 19, 2007 #3 pittsig Civil/Environmental Joined Feb 18, 2003 Messages 25 Location US Rotate it 180 degrees about its midpoint - use the rotate command: select the line, for basepoint use object snap to select the midpoint, then rotate 180 degrees. Upvote 0 Downvote
Rotate it 180 degrees about its midpoint - use the rotate command: select the line, for basepoint use object snap to select the midpoint, then rotate 180 degrees.
Nov 19, 2007 Thread starter #4 newnickname Civil/Environmental Joined Sep 20, 2007 Messages 42 Location US Thanks lpseifert, This lsp seems to do exactly what I'm looking for. New question. Is there a way to create a new button on a toolbar without editing/replacing an existing one? Sorry if this has been asked before. http://files.engineering.com/getfile.aspx?folder=47aad214-d2fc-409d-b1f1-08765b965ff3&file=plrev.lsp Upvote 0 Downvote
Thanks lpseifert, This lsp seems to do exactly what I'm looking for. New question. Is there a way to create a new button on a toolbar without editing/replacing an existing one? Sorry if this has been asked before.
Nov 19, 2007 1 #5 CarlB Civil/Environmental Joined Jul 11, 2001 Messages 1,194 Location US Create button: http://www.ellenfinkelstein.com/AutoCAD_tips_custom_toolbar_buttons.html Upvote 0 Downvote