Search the Community
Showing results for tags 'dash'.
-
Dashed/Dotted lines Help. Spacing too wide?
D1-Xen posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I am having problem with drawing dotted lines. I know how to draw them but the spacing between them is way too wide. Please refer to the attachment for more information. How do I get them to be more narrower? SOLA4012 Pluto205.dwg is my .DWG file. This may help experiencing the problem I have. I am unsure if this is unit related. However, I have changed to "mm" setting. Yet, when drawing 1.000 unit of line it seems to be be 1 inch!? So I do not know what is going wrong. Please let me know. -
Objects selected during erase command appear grayed/subdued. I would prefer them to be dashed. I've already changed "selectioneffect" and "preselectioneffect" to "0." Selection of objects within "Move", and "Rotate" commands, as well as selection of objects when no command is active appear as dashed line, but for some reason these changes don't affect objects within erase command. Anyone know how to fix this?
-
Custom DASHED lines with text
freek posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hello community, it's been a few weeks with no activity whatsoever on the forum, but I'm back for a with a good one I've been customizing acad.lin like a maniac for the last couple of days and there's a recurring problem that I can't resolve by myself. I have this line... *EX-DASH,[G] Existing - - EX - - - - EX - - - - EX - - A,.125,-.0625,0.127,-.254,["EX",STANDARD,S=.127,U=0,X=-.127,Y=-.0635],-.2,.125,-.0625,.125,-.0625 The result is similar to... - - EX - - - - EX - - - - EX - - - - EX - - - - EX - - - - EX - - Let's say that the pattern of the line ("- - EX - -", because that's the part that's being repeated) takes 50 units to display at a given scale. I draw a PLINE and one section of the line is like 75 units long. If the line I'm drawing can't contain the pattern of my custom line, it won't display correctly. Given these numbers, the pattern would only display right once (75 / 50 = 1.5). *And the crowd goes DUUUUH!* I get that and it's ok. HOWEVER, one thing I don't get is why autocad displays the pattern once and then fill the rest with a continuous line. It's okay for all my continuous custom lines with text because it keeps the same base line and it feels transparent (and it's also the reason I never realized it was reacting this way until I started working with dashed lines). Example: I want to display "- - EX - - - - EX - -" but would only have space for "- - EX - - - - E". Acad will display "- - EX - -" once + continuous line for the remaining space. I know that if there's no space to fit a second "EX" it can't be displayed, and that's allright, but how come it doesn't fill the rest of my line with dashes instead of a continuous line? With PLINEs, every time I turn a corner, I get this continuous line segment on each corner before it starts displaying the dashes (because I can't always draw lines that fits perfectly the pattern). Any idea on how to force it to display dashes when there's not enough space to repeat the pattern one last time?