<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Trying to modify an existing linetype, but I don't know how it works in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/trying-to-modify-an-existing-linetype-but-i-don-t-know-how-it/m-p/9011750#M128603</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you have a drawing, that has a linetype where you only want to change one letter, then please&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;create a new drawing&lt;/LI&gt;
&lt;LI&gt;from the existing dwg-file copy a line or polyline that has this linetype assigned&lt;/LI&gt;
&lt;LI&gt;paste that object into the new drawing&lt;/LI&gt;
&lt;LI&gt;save and upload that new dwg-file so we can take a look into it.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
    <pubDate>Sat, 07 Sep 2019 07:55:04 GMT</pubDate>
    <dc:creator>Alfred.NESWADBA</dc:creator>
    <dc:date>2019-09-07T07:55:04Z</dc:date>
    <item>
      <title>Trying to modify an existing linetype, but I don't know how it works</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/trying-to-modify-an-existing-linetype-but-i-don-t-know-how-it/m-p/9010554#M128600</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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:&amp;nbsp;&lt;A href="https://www.cadforum.cz/cadforum_en/qaID.asp?tip=3958" target="_blank" rel="noopener"&gt;https://www.cadforum.cz/cadforum_en/qaID.asp?tip=3958&lt;/A&gt;&amp;nbsp;) then do the command APPLOAD and then LinOut. It gets me a .lin text file where all the linetypes in the dwg are exported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the linetype I'm trying to use looks like this:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAN.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/674727iEC14B194F360F5A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SAN.PNG" alt="SAN.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The code in the linetype file looks like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;*SANITAIRE,Conduite sanitaire avec fleche&lt;BR /&gt;A, 2.1484, -1.6016, -1.5000, 3.7500, -.5000, -1.5000, 3.7500, -1.5000, 3.7500, -1.5000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some understanding could be helpful. Thank you.&lt;/P&gt;&lt;P&gt;Sorry for my bad english, I usually speak french.&lt;BR /&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I mainly use Civil 3D.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 14:36:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/trying-to-modify-an-existing-linetype-but-i-don-t-know-how-it/m-p/9010554#M128600</guid>
      <dc:creator>CoraForun</dc:creator>
      <dc:date>2019-09-06T14:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to modify an existing linetype, but I don't know how it works</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/trying-to-modify-an-existing-linetype-but-i-don-t-know-how-it/m-p/9010654#M128601</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6993786"&gt;@CoraForun&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;.... the linetype I'm trying to use looks like this:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAN.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/674727iEC14B194F360F5A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SAN.PNG" alt="SAN.PNG" /&gt;&lt;/span&gt;
&lt;P&gt;The code in the linetype file looks like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*SANITAIRE,Conduite sanitaire avec fleche&lt;BR /&gt;A, 2.1484, -1.6016, -1.5000, 3.7500, -.5000, -1.5000, 3.7500, -1.5000, 3.7500, -1.5000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to change the S letter with a D letter. How can I do that? .... &lt;FONT color="#FF0000"&gt;I don't understand how I can have this linetype with only these numbers&lt;/FONT&gt;.&lt;/P&gt;
....&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's understandable that you don't understand, because you &lt;EM&gt;can't&lt;/EM&gt;&amp;nbsp; have that linetype with only those numbers.&amp;nbsp; It's clearly missing the parts about the insertion of the arrowhead and the S.&amp;nbsp; They should most likely be between the adjacent pairs of negative [pen-up] numbers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you need to try a different linetype-definition-extraction program.&amp;nbsp; If you can't find one that gets it correct, it looks like a fairly simple one to define.&amp;nbsp; Do you know whether the arrowhead is a defined Shape or a text character in some symbols font?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 14:58:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/trying-to-modify-an-existing-linetype-but-i-don-t-know-how-it/m-p/9010654#M128601</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2019-09-06T14:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to modify an existing linetype, but I don't know how it works</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/trying-to-modify-an-existing-linetype-but-i-don-t-know-how-it/m-p/9010795#M128602</link>
      <description>&lt;P&gt;I have absolutly no idea to either of those questions. I'm a beginner with AutoCAD and therefore I know very little about linetypes and or every command and hidden options that the program has to offer.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 15:58:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/trying-to-modify-an-existing-linetype-but-i-don-t-know-how-it/m-p/9010795#M128602</guid>
      <dc:creator>CoraForun</dc:creator>
      <dc:date>2019-09-06T15:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to modify an existing linetype, but I don't know how it works</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/trying-to-modify-an-existing-linetype-but-i-don-t-know-how-it/m-p/9011750#M128603</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you have a drawing, that has a linetype where you only want to change one letter, then please&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;create a new drawing&lt;/LI&gt;
&lt;LI&gt;from the existing dwg-file copy a line or polyline that has this linetype assigned&lt;/LI&gt;
&lt;LI&gt;paste that object into the new drawing&lt;/LI&gt;
&lt;LI&gt;save and upload that new dwg-file so we can take a look into it.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 07:55:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/trying-to-modify-an-existing-linetype-but-i-don-t-know-how-it/m-p/9011750#M128603</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-09-07T07:55:04Z</dc:date>
    </item>
  </channel>
</rss>

