<?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: Codice DXF per spessore linea da inserire nell'entità Layer en AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12610811#M1125947</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14215900"&gt;@GSpro&lt;/a&gt;&amp;nbsp; schrieb:&lt;BR /&gt;Apro il file con Autocad 2023, quindi non penso che il problema sia quello&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please read the error message again (try to open your .dxf and READ the message [F2] while Acad stopps the open process).&lt;/P&gt;
&lt;P&gt;UNKNOWN means: It's unknown - not known in a file of this format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your file is not a propper 2000 (or higher) file format,&lt;/P&gt;
&lt;P&gt;the program doesn't expect a dxf code 370.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 12:58:56 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2024-03-04T12:58:56Z</dc:date>
    <item>
      <title>Codice DXF per spessore linea da inserire nell'entità Layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12593807#M1125876</link>
      <description>&lt;P&gt;Ho file DXF che devo utilizzare come base, in una applicazione VB.net. Ma non riesco a capire qual è il codice DXF che individua, nell'entità LAYER, lo spessore delle linee. Il codice che ho scritto è il seguente:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;LAYER
2
PUNTI
70
0
62
1
6
SOLID
0
LAYER
2
NOMI
70
0
62
3
6
SOLID
0&lt;/LI-CODE&gt;&lt;P&gt;Col seguente codice creo due layer "PUNTI" e "NOMI", ma vorrei impostare lo spessore delle linee, quale codice devo usare?&lt;/P&gt;&lt;P&gt;Grazie&lt;/P&gt;&lt;P&gt;Giorgio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 19:14:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12593807#M1125876</guid>
      <dc:creator>GSpro</dc:creator>
      <dc:date>2024-03-01T19:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Codice DXF per spessore linea da inserire nell'entità Layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12593915#M1125886</link>
      <description>&lt;P&gt;If you really mean &lt;EM&gt;&lt;STRONG&gt;thickness&lt;/STRONG&gt; as AutoCAD means it&lt;/EM&gt;, the code is &lt;STRONG&gt;39&lt;/STRONG&gt;.&amp;nbsp; See the &lt;A href="https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-FCEF5726-53AE-4C43-B4EA-C84EB8686A66" target="_blank" rel="noopener"&gt;DXF Reference for a Line&lt;/A&gt;.&amp;nbsp; But in AutoCAD, &lt;STRONG&gt;&lt;EM&gt;thickness&lt;/EM&gt;&lt;/STRONG&gt; is "up off the page" in the Z direction.&amp;nbsp; If you really mean &lt;STRONG&gt;&lt;EM&gt;lineweight&lt;/EM&gt;&lt;/STRONG&gt;, see &lt;STRONG&gt;370&lt;/STRONG&gt; in the Related Reference to Common Group Codes.&amp;nbsp; If in the case of a Polyline, you really mean &lt;STRONG&gt;&lt;EM&gt;width&lt;/EM&gt;&lt;/STRONG&gt;, that's also different, and controlled separately for each end of each segment.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 20:19:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12593915#M1125886</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-03-01T20:19:22Z</dc:date>
    </item>
    <item>
      <title>Betreff: Codice DXF per spessore linea da inserire nell'entità Layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12594040#M1125890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you are talking about Layer entity, so you mean lineweights (dxf 370).&lt;/P&gt;
&lt;P&gt;In this case, think about that lineweight are supported since dwg/dxf format R2000 and newer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 21:50:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12594040#M1125890</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-03-01T21:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Codice DXF per spessore linea da inserire nell'entità Layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12609010#M1125905</link>
      <description>&lt;P&gt;ho provato il codice 370, ma segnala&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Il gruppo 370 è sconosciuto per la tabella alla riga 218.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Input DXF non valido o incompleto - disegno eliminato.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;allego il file DXF base&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 08:51:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12609010#M1125905</guid>
      <dc:creator>GSpro</dc:creator>
      <dc:date>2024-03-03T08:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Codice DXF per spessore linea da inserire nell'entità Layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12609153#M1125906</link>
      <description>&lt;P&gt;I don't work in DXF files, but I notice one thing about that line in yours.&amp;nbsp; It is the first line with &lt;EM&gt;leading spaces&lt;/EM&gt; before the actual information, in fact it's the first instance of &lt;EM&gt;any&lt;/EM&gt; spaces in the file.&amp;nbsp; Could it be that DXF files do not like leading spaces?&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 11:58:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12609153#M1125906</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-03-03T11:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Codice DXF per spessore linea da inserire nell'entità Layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12609257#M1125907</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;Hi,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;you are talking about Layer entity, so you mean lineweights (dxf 370).&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;In this case, think about that lineweight are supported since dwg/dxf format R2000 and newer&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 14:19:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12609257#M1125907</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-03-03T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Codice DXF per spessore linea da inserire nell'entità Layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12610629#M1125938</link>
      <description>Apro il file con Autocad 2023, quindi non penso che il problema sia quello</description>
      <pubDate>Mon, 04 Mar 2024 11:28:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12610629#M1125938</guid>
      <dc:creator>GSpro</dc:creator>
      <dc:date>2024-03-04T11:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Codice DXF per spessore linea da inserire nell'entità Layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12610631#M1125939</link>
      <description>Ho eliminato gli spazi iniziali, ma non risolve il problema</description>
      <pubDate>Mon, 04 Mar 2024 11:29:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12610631#M1125939</guid>
      <dc:creator>GSpro</dc:creator>
      <dc:date>2024-03-04T11:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Codice DXF per spessore linea da inserire nell'entità Layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12610811#M1125947</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14215900"&gt;@GSpro&lt;/a&gt;&amp;nbsp; schrieb:&lt;BR /&gt;Apro il file con Autocad 2023, quindi non penso che il problema sia quello&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please read the error message again (try to open your .dxf and READ the message [F2] while Acad stopps the open process).&lt;/P&gt;
&lt;P&gt;UNKNOWN means: It's unknown - not known in a file of this format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your file is not a propper 2000 (or higher) file format,&lt;/P&gt;
&lt;P&gt;the program doesn't expect a dxf code 370.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 12:58:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/codice-dxf-per-spessore-linea-da-inserire-nell-entita-layer/m-p/12610811#M1125947</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-03-04T12:58:56Z</dc:date>
    </item>
  </channel>
</rss>

