Trying to modify an existing linetype, but I don't know how it works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a DWG where we have custom linetypes that won't show in acadiso.lin, or acad.lin. So I found a way to export all Linetypes found in a DWG using a .vlx file (Link here: https://www.cadforum.cz/cadforum_en/qaID.asp?tip=3958 ) then do the command APPLOAD and then LinOut. It gets me a .lin text file where all the linetypes in the dwg are exported.
However, the linetype I'm trying to use looks like this:
The code in the linetype file looks like this:
*SANITAIRE,Conduite sanitaire avec fleche
A, 2.1484, -1.6016, -1.5000, 3.7500, -.5000, -1.5000, 3.7500, -1.5000, 3.7500, -1.5000
I want to change the S letter with a D letter. How can I do that? I've looked around to see how to do it, but all the solutions are lot more complex than the code above. I don't understand how I can have this linetype with only these numbers.
Some understanding could be helpful. Thank you.
Sorry for my bad english, I usually speak french.
Thank you
Note: I mainly use Civil 3D.