<?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>tema Re: Custom linetype en AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5662073#M15864</link>
    <description>&lt;P&gt;If you are using TextEdit app on Mac to edit the file, please be cautious, as the TextEdit app use smart quotes by default. You can turn it off from the TextEdit Preferences dialog.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another global settings about using smart quotes is available in the System Preferences dialog &amp;gt; Keyboard &amp;gt; Text page.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jun 2015 01:16:47 GMT</pubDate>
    <dc:creator>wei503</dc:creator>
    <dc:date>2015-06-03T01:16:47Z</dc:date>
    <item>
      <title>Custom linetype</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5661403#M15858</link>
      <description>&lt;P&gt;I switched from Autocad 2013 (windows) to Autocad 2015 MAC.&lt;/P&gt;
&lt;P&gt;Because it is in a new company, I want to reprogram my linetypes.&lt;/P&gt;
&lt;P&gt;Since I standard use annotation, I first defined a dedicated textstyle for these linetypes: TSLIJN. That works well, so I started writing my linetypes in a new .LIN.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;*HOT_WATER_SUPPLY,Hot water supply ---- HW ---- HW ---- HW ----&lt;BR /&gt;A,20,-5,[“HW”,TSLIJN,S=2,U=0.0,X=-0.1,Y=-.5],-5&lt;/P&gt;
&lt;P&gt;*GAS_LINE,Gas line ----GAS----GAS----GAS----GAS----GAS----GAS--&lt;BR /&gt;A,20,-5,[“GAS”,TSLIJN,S=2,U=0.0,X=-0.1,Y=-.5],-10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I then want to load them in my new DWT-file (template), Autocad always says: Bad definition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really can't find the clue why he won't load these linetypes, since the textstyle is loaded well...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 17:07:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5661403#M15858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-02T17:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom linetype</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5661502#M15859</link>
      <description>Welcome to Autodesk Forums! &lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt; You can receive this message if there is not a hard return, or &amp;lt;enter&amp;gt;, placed at the end of the file that you have created.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Tue, 02 Jun 2015 17:55:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5661502#M15859</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2015-06-02T17:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom linetype</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5661583#M15861</link>
      <description>&lt;P&gt;The so needed hard return is there, in fact even two hard returns at the end.&lt;/P&gt;
&lt;P&gt;The textstyle is written correct: TSLIJN, same as in the template. I really can't find the reason of that bad definition.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 18:32:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5661583#M15861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-02T18:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom linetype</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5661754#M15862</link>
      <description>&lt;P&gt;Try this version:&lt;/P&gt;
&lt;PRE&gt;*HOT_WATER_SUPPLY,Hot water supply ---- HW ---- HW ---- HW ----
A,20.0,-5,["HW",TSLIJN,S=2,R=0,X=0.1,Y=-0.5],-5.0
*GAS_LINE,Gas line ----GAS----GAS----GAS----GAS----GAS----GAS--
A,20.0,-5,["GAS",TSLIJN,S=2,R=0,X=-0.1,Y=-0.5],-10.0

&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which works on my side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I substituted U for R and changed quotes to quotation marks (ANSI 34 char)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maxim&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 20:21:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5661754#M15862</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2015-06-02T20:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom linetype</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5662073#M15864</link>
      <description>&lt;P&gt;If you are using TextEdit app on Mac to edit the file, please be cautious, as the TextEdit app use smart quotes by default. You can turn it off from the TextEdit Preferences dialog.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another global settings about using smart quotes is available in the System Preferences dialog &amp;gt; Keyboard &amp;gt; Text page.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 01:16:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5662073#M15864</guid>
      <dc:creator>wei503</dc:creator>
      <dc:date>2015-06-03T01:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Custom linetype</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5662164#M15866</link>
      <description>&lt;P&gt;Thank you for this solution. The problem was indeed inside Text editor.&lt;/P&gt;
&lt;P&gt;I din't think about the quotes and used fonttype or so.&lt;/P&gt;
&lt;P&gt;After changing the preferences in Text editor, and converting the text to simpletext, everything works now. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 04:00:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-linetype/m-p/5662164#M15866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T04:00:24Z</dc:date>
    </item>
  </channel>
</rss>

