<?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: Problems with Hatch in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710650#M143985</link>
    <description>&lt;P&gt;OP, the two settings posted by RK McSwain will work if you set them prior to using hatch.&amp;nbsp; If&amp;nbsp;the hatch&amp;nbsp;already exists then edit the hatch by selecting it&amp;nbsp;and use the set origin function in the ribbon contextual tabs or HATCHEDIT and adjust the origin in the dialog box that appears.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2019 14:56:07 GMT</pubDate>
    <dc:creator>GrantsPirate</dc:creator>
    <dc:date>2019-04-05T14:56:07Z</dc:date>
    <item>
      <title>Problems with Hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710277#M143979</link>
      <description>&lt;P&gt;When i go to use hatch i select the area and it highlights the boundaries but doesnt give me the pattern i select, some patterns work but they dont look normal, others just dont show up at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Im using AutoCAD 2019 in school&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you ahead of time for any help!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:33:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710277#M143979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-05T12:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710298#M143980</link>
      <description>&lt;P&gt;Check the variable HPMAXLINES&amp;nbsp; and set it to a high number like 1000000&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:42:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710298#M143980</guid>
      <dc:creator>user181</dc:creator>
      <dc:date>2019-04-05T12:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710303#M143981</link>
      <description>&lt;P&gt;Try changing the scale of the hatch. Some are meant for larger are smaller areas than you are hatching. One way to tell is to create 2 different sized rectangles and hatch both to see if the hatch comes into one better than the other. Select the hatches and change the scale to 0.1, 0.5, 2, 5, etc. until the hatch shows as you expect.&lt;/P&gt;
&lt;P&gt;As for looking incorrect set the HPORIGIN close the your hatch element. If the origin is very far away some hatches break. Look into HPORIGIN and HPORIGINMODE to set the origin.&lt;/P&gt;
&lt;P&gt;Check the HPLAYER system variable and make sure the layer the hatch is created on is on.&lt;/P&gt;
&lt;P&gt;If none of these tips work, post your drawing and we can look at it.&lt;/P&gt;
&lt;P&gt;Nancy&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:44:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710303#M143981</guid>
      <dc:creator>neaton</dc:creator>
      <dc:date>2019-04-05T12:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710488#M143982</link>
      <description>&lt;P&gt;Keep in mind, AutoCAD is not very smart on its own.&amp;nbsp; What I mean is hatch patterns are defined to be a certain size. Let's say that you have a pattern that is parallel lines that are 10 units apart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you draw a rectangle of some unknown size, and you apply this hatch. Nothing happens. Perhaps the rectangle you drew is only 0.0001 unit wide. Of course nothing shows up, your rectangle is miniature compared to the hatch pattern design, and&amp;nbsp; AutoCAD is not going to auto-shrink the hatch pattern to fit your rectangle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the same way, say the rectangle you drew was 45 million units wide. The 10 unit spacing of the hatch pattern would result in a solid pattern because the lines would be so close together.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now if you are using annotative hatching, it should be a "little smarter". The hatching in this case will adapt to the geometry based on the scale assigned to the viewport.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:43:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710488#M143982</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2019-04-05T13:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710608#M143983</link>
      <description>&lt;P&gt;Since you mentioned they don't look normal it can also be because the drawing is too far from 0,0,0 origin.&amp;nbsp; Check to see if that is the case, only solution to that one is to move everything closer to 0,0,0.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 14:35:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710608#M143983</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2019-04-05T14:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710633#M143984</link>
      <description>&lt;DIV style="box-shadow: 8px 8px; font-size: 12px; font-style: italic; color: #336699; font-family: verdana; margin: 5px 50px 25px 50px; padding: 8px; border: 1px dotted #336699;"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/511655"&gt;@GrantsPirate&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;... only solution to that one is to move everything closer to 0,0,0.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV style="font-size: 1.1em; font-family: 'Artifakt'; line-height: 1.3em; margin: 15px 100px 80px 100px;"&gt;
&lt;P&gt;That was true prior to AutoCAD 2006, but Hatches have an "origin" property that allows you to set the origin near the hatch object, without moving the geometry.&lt;/P&gt;
&lt;BR /&gt;
&lt;P&gt;See &lt;A href="http://help.autodesk.com/view/ACD/2019/ENU/?guid=GUID-38993CD0-3F26-400C-BCAF-F82057A059DD" target="_blank" rel="noopener"&gt;HPORIGIN&lt;/A&gt; and &lt;A href="http://help.autodesk.com/view/ACD/2019/ENU/?guid=GUID-471B755D-69F9-467B-BE6F-103106C1B03A" target="_blank" rel="noopener"&gt;HPORIGINMODE&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Apr 2019 14:47:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710633#M143984</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2019-04-05T14:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710650#M143985</link>
      <description>&lt;P&gt;OP, the two settings posted by RK McSwain will work if you set them prior to using hatch.&amp;nbsp; If&amp;nbsp;the hatch&amp;nbsp;already exists then edit the hatch by selecting it&amp;nbsp;and use the set origin function in the ribbon contextual tabs or HATCHEDIT and adjust the origin in the dialog box that appears.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 14:56:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710650#M143985</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2019-04-05T14:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710654#M143986</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/511655"&gt;@GrantsPirate&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Since you mentioned they don't look normal it can also be because the drawing is too far from 0,0,0 origin.&amp;nbsp; Check to see if that is the case, only solution to that one is to move everything closer to 0,0,0.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If "don't look normal" means there are elements showing but their geometric relationships are off, and if the pattern involves line sets at other-than-orthogonal angles with pen-down-pen-up patterns, being far from the origin can be the cause, because of decimal values that must be rounded and can't precisely represent the distances involved -- the tiny bit that they're off near the origin gets multiplied by distance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But designating an origin &lt;EM&gt;for an individual Hatch object&lt;/EM&gt;&amp;nbsp; that is within it or nearby should also solve it, if there's reason not to Move everything.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HatchOrigin.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/623045iB003DEB499581D86/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HatchOrigin.png" alt="HatchOrigin.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 14:56:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710654#M143986</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2019-04-05T14:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710672#M143987</link>
      <description>&lt;P&gt;You probably need to adjust your hatch pattern scale... se attached.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 15:04:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710672#M143987</guid>
      <dc:creator>s.borello</dc:creator>
      <dc:date>2019-04-05T15:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710719#M143988</link>
      <description>&lt;P&gt;Try turning off Hardware Acceleration :&amp;nbsp;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-enable-or-disable-hardware-acceleration-in-AutoCAD.html" target="_blank" rel="noopener"&gt;How to enable or disable hardware acceleration in AutoCAD&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 15:21:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/problems-with-hatch/m-p/8710719#M143988</guid>
      <dc:creator>S.Faris</dc:creator>
      <dc:date>2019-04-05T15:21:03Z</dc:date>
    </item>
  </channel>
</rss>

