<?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 Updating Hatch Pattern Layer from .csv in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8844881#M136943</link>
    <description>&lt;P&gt;I would like to use hatch patterns to indicate the status of areas in my DWG file. I would like to use a .csv file to update the layer of the Hatch Patterns. I expect to have about 50 individual Hatch Patterns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to make this possible, or is it not possible?&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 15:10:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-11T15:10:17Z</dc:date>
    <item>
      <title>Updating Hatch Pattern Layer from .csv</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8844881#M136943</link>
      <description>&lt;P&gt;I would like to use hatch patterns to indicate the status of areas in my DWG file. I would like to use a .csv file to update the layer of the Hatch Patterns. I expect to have about 50 individual Hatch Patterns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to make this possible, or is it not possible?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 15:10:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8844881#M136943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-11T15:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Hatch Pattern Layer from .csv</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845077#M136944</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; I would like to use a .csv file to update the layer&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;What does the CSV file contain and how does that content interrelate with specific hatches in the current dwg-file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 16:20:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845077#M136944</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-06-11T16:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Hatch Pattern Layer from .csv</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845213#M136945</link>
      <description>&lt;P&gt;I don't have a .csv file yet. I can have the .csv file contain anything that I would need. Do I need to have the Entity Name?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 17:16:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845213#M136945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-11T17:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Hatch Pattern Layer from .csv</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845244#M136946</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you please describe what you want to have in the CSV and what you want to do with hatches? I have no idea what your goal is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; Do I need to have the Entity Name?&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Well, if you have 20 hatches in the dwg-file, and your CSV tells us that you need to make 2 of those to be red, then yes, the app you like needs to know which of the 20 hatches now should stay and which of them should get red.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 17:32:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845244#M136946</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-06-11T17:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Hatch Pattern Layer from .csv</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845380#M136947</link>
      <description>&lt;P&gt;I want to use Hatches to reflect the condition of a work area: work started, worked complete, work stopped. The csv file is only a means to control my hatches without manually changing them in AutoCAD; this way I can quickly track the progress in the different areas. I need a way to identify the work area (Hatch), and I need an area to change the Layer or Color, preferably Layer. I don't know what else I would need to have in the csv so AutoCAD can use that information. Attaches is an excel that I think I would need my csv to look like function as desired.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 18:27:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845380#M136947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-11T18:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Hatch Pattern Layer from .csv</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845399#M136948</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; I want to use Hatches to reflect the condition of a work area: &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; work started, worked complete, work stopped&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;That sounds like ready to use functions for GIS or FM(facility management).&lt;/P&gt;
&lt;P&gt;There does not exist a function out of the box in AutoCAD that let change the colors of hatches in a drawing file. So you need to do a bit development (as long as you don't want to use GIS or FM systems). Which development tool are you aware with?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And are you really sure to start that development, because I guess changing the color of a room is just a first step from such systems. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To identify objects and change then their properties you might&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;use the objects handle (handle is something like an ID in AutoCAD, valid only within the dwg-file)&lt;/LI&gt;
&lt;LI&gt;use a block that contains attributes and hatches, the attribute can then contain an ID to do the search and then change the block's layer to get the other layer's display properties.&lt;/LI&gt;
&lt;LI&gt;(and I guess others have good ideas too)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 18:33:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845399#M136948</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-06-11T18:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Hatch Pattern Layer from .csv</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845597#M136949</link>
      <description>&lt;P&gt;I can utilize PHP Java, C#, VB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will look into the existing solutions. I may be able to take advantage of what is already existing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the tip on the blocks attributes to help identifying!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:49:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/updating-hatch-pattern-layer-from-csv/m-p/8845597#M136949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-11T19:49:46Z</dc:date>
    </item>
  </channel>
</rss>

