ChrisCMU Posted April 6, 2010 Posted April 6, 2010 Does anybody know how to keep a linetype pattern from overlapping the line? I have a lintype that places lines on a 45 degree slant along it. When it turns a corner the pattern overlaps the line. Anybody know a fix? Here is my code in the linetype file if it helps: *UNSURVEYED,_\_\_\_\_\ A,.09,0.002,["I",Standard,s=.38,r=45,x=0,y=0] Here is a screen shot of what it does: Quote
Pablo Ferral Posted April 6, 2010 Posted April 6, 2010 I have a line type just like that, It was the result of my first ever post on Cad Tutor! http://www.cadtutor.net/forum/showthread.php?t=2452 Thanks again Erona! My line type did that too, I don't think that there is a solution. You may have to break your polyline into single lines to get it to look the way you want. with Autocad 2010 You can reverse the direction of a polyline, so you don't have to manually re draw it the other way around: http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%202010%20User%20Documentation/ and in 2011 you can have the read direction automatically change. http://docs.autodesk.com/ACD/2011/ENU/filesACG/WS73099cc142f4875513fb5cd10c4aa30d6b-7e65.htm Quote
ChrisCMU Posted April 6, 2010 Author Posted April 6, 2010 Breaking it doesn't help at all. The pattern still runs past the end of the single line. There must be a way to do this. Quote
CarlB Posted April 6, 2010 Posted April 6, 2010 Not fixable with a linetype, patterns can't self-adjust. You could use a hatch to get this effect for building outlines, that's what we use. Quote
alanjt Posted April 6, 2010 Posted April 6, 2010 Not fixable with a linetype, patterns can't self-adjust. You could use a hatch to get this effect for building outlines, that's what we use. Same here. Slick idea though. Quote
ghostware Posted April 7, 2010 Posted April 7, 2010 Sample: lisp for Hatch building outlines I'm a drafter not a coder as you might have guessed. CIV-HATCHBB.lsp Quote
alanjt Posted April 7, 2010 Posted April 7, 2010 Sample: lisp for Hatch building outlines I'm a drafter not a coder as you might have guessed. Slick stuff; I like. Is it your coding? Quote
ghostware Posted April 7, 2010 Posted April 7, 2010 Yes, it is my own code, and some cut and paste. 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.