<?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 Using hatchgenerateboundary in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10197891#M81114</link>
    <description>&lt;P&gt;I have a large number of nonassociated hatches on separate auotcad layers. When I use HATCHGENERATEBOUNDARY, the polylines generated do not retain the original hatch layer names. Is there a way to ensure that this happens?&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I select all the hatches in the drawing and then run the command, it creates polylines on a single layer and not the individual hatch layers as I would have expected.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 04:48:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-03-30T04:48:39Z</dc:date>
    <item>
      <title>Using hatchgenerateboundary</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10197891#M81114</link>
      <description>&lt;P&gt;I have a large number of nonassociated hatches on separate auotcad layers. When I use HATCHGENERATEBOUNDARY, the polylines generated do not retain the original hatch layer names. Is there a way to ensure that this happens?&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I select all the hatches in the drawing and then run the command, it creates polylines on a single layer and not the individual hatch layers as I would have expected.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 04:48:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10197891#M81114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-30T04:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using hatchgenerateboundary</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10197933#M81115</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;FONT color="#999999"&gt;&lt;EM&gt;it creates polylines on a single layer and not the individual hatch layers as I would have expected.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;It depends on your &lt;U&gt;current&lt;/U&gt; layer name .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 04:51:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10197933#M81115</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2021-03-30T04:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using hatchgenerateboundary</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10198034#M81116</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; creates polylines on a single layer and not the individual &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; hatch layers as I would have expected&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;They are generated on the current layer and this was never different, why are you expecting that the boundaries generated on the hatch-layer? If you had this previously then you most probably have used a tool which did this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It could be an idea for sending this to AutoCAD using the &lt;A href="https://www.autodesk.com/company/contact-us/product-feedback" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;product feedback site&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 06:07:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10198034#M81116</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2021-03-30T06:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using hatchgenerateboundary</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10198086#M81117</link>
      <description>If you have just a few layers just isolate each layer first and run hatchreg... for each. Else you would need to use some custom routine, a LISP.</description>
      <pubDate>Tue, 30 Mar 2021 06:44:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10198086#M81117</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2021-03-30T06:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using hatchgenerateboundary</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10220339#M81118</link>
      <description>Ok so I would have expected that a global command like hatchgenerateboundary would create a boundary associated with the hatch layer by hatch layer name. It just seems logical although I must admit I've little experience with AutoCAD and that my background is GIS. So my main issue is being able to convert nonassociative hatches into something GIS can use and in general designers don't seem to create hatch boundaries which make the conversion process tedious.</description>
      <pubDate>Thu, 08 Apr 2021 00:40:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10220339#M81118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-08T00:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using hatchgenerateboundary</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10220873#M81119</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; create a boundary associated with the hatch layer by &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; hatch layer name. It just seems logical&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Not really, if you look how hatches are generated ... they are also not automatically created on the layer of the surrounding object (even more complex, the objects building the border could be sitting on multiple layers).&lt;/P&gt;
&lt;P&gt;AutoCAD generally creates objects always on the active layer. AutoCAD verticals do this different for their types of objects, also AutoCAD has a special setting e.g. for dimension to have a layer predefined, but these are exceptions).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; So my main issue is being able to convert nonassociative &lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; hatches into something GIS&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Take care! Using this command to create polylines is not going to work ... if hatches have islands then you get multiple polylines, but as polylines you don't know any more which ones are outer borders and which ones are island borders.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 07:16:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-hatchgenerateboundary/m-p/10220873#M81119</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2021-04-08T07:16:01Z</dc:date>
    </item>
  </channel>
</rss>

