Search the Community
Showing results for tags 'line'.
-
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? -
hey guys i have a file with 2 dozen layers each with objects in 12 different colors and i need to sort them out into layers depending on the objects color. e.g. all the objects with color "yellow" in one layer, all the objects with color "magenta" in another layer etc. can this be done with a lisp? can anyone help me i now nothing about writing lisp's
-
Hi Was wondering if it was possible for me to have my dashed and centre lines constantly looking the same when I'm in MS and PS? at the moment my drawing is set up so that the lines print correctly and look right in PS but when I'm in model space they all look solid which is frustrating for the drawing I'm doing. I've had a look around and can't get anything to work Also my MSLTSCALE and are set to (1) Cheers
- 2 replies
-
- paper space
- model space
-
(and 3 more)
Tagged with:
-
I have a drawing of a factory, with different equipment foundations laid out. I'm trying to do a type of surveying, get a distance and angle measurement from a specific set point in the drawing. So far i've only been able to use the Aligned Dimension function to show the distance between the set point and edge of a foundation (for example.) How can I show the angle as well on the same dimension line. Any help would be REALLY appreciated!
-
i am in desperate need of help (subdivide a line & arc into multiple points )
apachiee posted a topic in AutoLISP, Visual LISP & DCL
hello to all, could anyone post me a lisp file which can subdivide a line & arc into multiple points as i want, means if a line has a length of 100m i can subdivide it into 10m interval without breaking points, making a line of 100m with 11 points in it... same as with arc too.. i would really appreciate, ur efforts... thanks...- 7 replies
-
- multiple points
- line
-
(and 2 more)
Tagged with:
-
Change color for every line in the drawing.
SteveCW19 posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hello. I currently have a 2D drawing of my company's building map. Some of the parts of the map were originally placed in red. I want the WHOLE MAP IN BLACK. The only way as of right now that I can do this is to go to -Tools - block editor then change each line separately. This is extremely time consuming. Does anyone know of a possible solution to get every single line in the document as black?