Message 1 of 5
How to create a dashed line with a space at the vertex
Not applicable
08-18-2017
11:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to create or find a linetype that is exactly like the dashed linetype, but instead of the line starting and ending with a dash, it starts and ends with a space.
My first try was to inverse the dashed line:
*INVERSEDASHED,InverseDashed __ __ __ __ __ __ __ __ __ __ __ __ __ _
A,-.25,.5
which doesn't work, because you can't start a linetype with a negative. I've also tried fudging in the space using small values like 0.0001, and I've also tried a few different things using the MKLINETYPE command from the express tools.
I'm using Autocad 2014, and I am using polylines. I can't change PLINEGN to 1, because it would mess up all my other polylines.
Any ideas?