Custom Text Linetype with Unwanted Dots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm creating custom linetypes for demolition plans, which will be entirely text, such as ||||, XXXXXX, ///////. However, when I write the code for the custom linetype for these demo lines, shown below, CAD plots the lines of these linetypes with small dots between each letter in my linetype. The linetype codes and a screenshot are shown below. I've seen reference that every CAD linetype needs to start and end with either a line or a dot. Do you know of any way to revise the code to eliminate these dots? It would also be ideal for the text to be center justified with the lines, but this seems not to be the case for the "////" and "XXXX" lines.
*DEMO1_LINE,DEMO1 line ||||||||||||||||||
A,0,-.1,["|",STANDARD,S=.2,U=0.0,X=-0.1,Y=-.05],-.1
*DEMO2_LINE,DEMO2 line //////////
A,0,-.1,["/",STANDARD,S=.2,U=0.0,X=-0.1,Y=-.05],-.1
*DEMO3_LINE,DEMO3 line XXXXXXXXXX
A,0,-.1,["X",STANDARD,S=.2,U=0.0,X=-0.1,Y=-.05],-.1