<?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: Architectural concrete hatch in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494257#M39520</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cad circles.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1129489i6B66DEE62572A01A/image-size/large?v=v2&amp;amp;px=999" role="button" title="cad circles.JPG" alt="cad circles.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2022 18:28:37 GMT</pubDate>
    <dc:creator>rob.aHH2T8</dc:creator>
    <dc:date>2022-10-19T18:28:37Z</dc:date>
    <item>
      <title>Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494028#M39517</link>
      <description>&lt;P&gt;I've created 'normal' and shape hatches before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't find anywhere else how to place shapes in specific locations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pic:&lt;/P&gt;&lt;P&gt;magenta lines are the simple hatch created- the circles are hand drawn, but I want to add them to the hatch.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="conc hatch.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1129455i22D889408EB807B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="conc hatch.JPG" alt="conc hatch.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 16:48:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494028#M39517</guid>
      <dc:creator>rob.aHH2T8</dc:creator>
      <dc:date>2022-10-19T16:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494101#M39518</link>
      <description>&lt;P&gt;Hatch patterns don't do Shapes if by that you mean the kind of thing you can incorporate into Linetype definitions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To draw those "circles" would require linesets, each of which draws a tiny piece of one of them in pen-down mode, then goes to pen-up mode and skips over a large distance to a tiny piece of another one in the next block, etc., and a set of such linesets at different directions to draw the "circles" as sort-of-circular polygons.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How many segments would make one circular-looking enough?&amp;nbsp; I attach a pattern [not a solution for you, but an illustration of how this kind of thing has to be done in Hatch patterns] that makes "circles" with 24 sides, so you can see what that looks like -- quite circular-looking at the likely size of yours, maybe even more than necessary.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1666199084362.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1129460iD106C21F1462144B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1666199084362.png" alt="Kent1Cooper_0-1666199084362.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_1-1666199298745.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1129464i12CD59597090B0D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_1-1666199298745.png" alt="Kent1Cooper_1-1666199298745.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You might be satisfied with, for example, little octagons, which would be a lot less code, because every edge of a "circle" is part of a different lineset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;BUT&lt;/STRONG&gt;&lt;/EM&gt; can you use &lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-89FB15FE-28B9-4A51-BACA-A393469EE1A6" target="_blank" rel="noopener"&gt;&amp;gt;&lt;STRONG&gt;SUPERHATCH&amp;lt;&lt;/STRONG&gt;&lt;/A&gt; instead?&amp;nbsp; That would be far easier in not needing a pattern definition to be written, and could use true Circles.&amp;nbsp; And the Circles can have a different Layer/color/whatever than the Lines, which a Hatch pattern cannot do.&amp;nbsp; But it does have its limitations.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 18:45:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494101#M39518</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-10-19T18:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494250#M39519</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp; Makes sense.&lt;/P&gt;&lt;P&gt;Here is an example of a circle pattern... I just don't know which values I need to change?&amp;nbsp; (always seen 'shapes' repeating, not in specific locations)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*CIRCLES, Circular Hatch Pattern CADalyst TIP337 (c) 1988, The Mad Doctor&lt;BR /&gt;0, -.0125,.2, 0,.4, .025,-.775&lt;BR /&gt;9.462322208, -.05,.19375, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .0380172658,-4.xxx-xxxxxxxx&lt;BR /&gt;-9.462322208, -.05,-.19375, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .0380172658,-4.8281927584&lt;BR /&gt;18.434948823, -.0875,.18125, .7589466384,-.2529822128, .0395284708,-2.4902936574&lt;BR /&gt;-18.434948823, -.0875,-.18125, .7589466384,.2529822128, .039528471,-2.490293657&lt;BR /&gt;30.963756532, -.11875,.1625, 1.7835852855,-.1371988681, .036443449,-4.6283180668&lt;BR /&gt;-30.963756532, -.11875,-.1625, 1.7835852855,.1371988681, .036443449,-4.628318067&lt;BR /&gt;45, -.1625,.11875, .5656854249492,.5656854249492, .061871843354,-1.069499006545&lt;BR /&gt;-45, -.1625,-.11875, .5656854249492,.5656854249492, .xxx-xxxxxxxx,-1.xxx-xxxxxxxx&lt;BR /&gt;59.036243468, -.18125,.0875, 1.7835852855,.1371988681, .0364434493,-4.6283180665&lt;BR /&gt;-59.036243468, -.18125,-.0875, 1.783585285,-.137198868, .036443449,-4.628318067&lt;BR /&gt;71.565051177, -.19375,.05, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .0395284708,-2.4902936574&lt;BR /&gt;-71.565051177, -.19375,-.05, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .039528471,-2.490293657&lt;BR /&gt;80.537677792, -.2,.0125, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .xxx-xxxxxxxx,-4.xxx-xxxxxxxx&lt;BR /&gt;-80.537677792, -.2,-.0125, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .0380172658,-4.8281927584&lt;BR /&gt;90, -.2,-.0125, 0,.4, .025,-.775&lt;BR /&gt;170.537677792, .05,.19375, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .0380172658,-4.xxx-xxxxxxxx&lt;BR /&gt;189.462322208, .05,-.19375, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .038017266,-4.8281927582&lt;BR /&gt;161.565051177, .0875,.18125, .7589466384,.2529822128, .0395284708,-2.4902916574&lt;BR /&gt;198.434948823, .0875,-.18125, .7589466384,-.2529822128, .039528471,-2.490293657&lt;BR /&gt;149.036243468, .11875,.1625, 1.7835852855,.1371988681, .036443449,-4.6283180668&lt;BR /&gt;210.963756532, .11875,-.1625, 1.7835852855,-.1371988681, .036443449,-4.628318067&lt;BR /&gt;135, .1625,.11875, .5656854249492,.5656854249492, .061871843354,-1.069499006545&lt;BR /&gt;225, .1625,-.11875, .5656854249492,.5656854249492, .xxx-xxxxxxxx,-1.xxx-xxxxxxxx&lt;BR /&gt;120.983756532, .18125,.0875, 1.7835852855,-.1371988681, .0364434493,-4.628318067&lt;BR /&gt;239.036243468, .18125,-.0875, 1.7835852855,.1371988687, .036443449,-4.628318067&lt;BR /&gt;108.434947823, .19375,.05, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .0395284708,-2.4902936574&lt;BR /&gt;251.565051177, .19375,-.05, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .0395284708,-2.4902936574&lt;BR /&gt;99.462322208, .2,.0125, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .xxx-xxxxxxxx,-4.xxx-xxxxxxxx&lt;BR /&gt;260.537677792, .2,-.0125, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .xxx-xxxxxxxx,-4.xxx-xxxxxxxx&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 18:26:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494250#M39519</guid>
      <dc:creator>rob.aHH2T8</dc:creator>
      <dc:date>2022-10-19T18:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494257#M39520</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cad circles.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1129489i6B66DEE62572A01A/image-size/large?v=v2&amp;amp;px=999" role="button" title="cad circles.JPG" alt="cad circles.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 18:28:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494257#M39520</guid>
      <dc:creator>rob.aHH2T8</dc:creator>
      <dc:date>2022-10-19T18:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494273#M39521</link>
      <description>Is this a one off need if I may ask?&lt;BR /&gt;Or is this the line of work you are in (tile reseller/designer) and need to do over and over again 2-3-4 time a day/week?</description>
      <pubDate>Wed, 19 Oct 2022 18:35:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494273#M39521</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2022-10-19T18:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494299#M39522</link>
      <description>&lt;P&gt;[Certain kinds of numbers that the website suspects might be software serial numbers get turned into those&amp;nbsp;&lt;SPAN&gt;xxx-xxxxxxxx's.]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It seems that pattern is no longer available at the Cadalyst CAD Tips site.&amp;nbsp; What does it look like?&amp;nbsp; [If the site won't let you attach a .pat file, you can .zip it and attach that (as I just did at my previous Reply), or maybe the x's conversion won't happen if you paste it into a code window.]&amp;nbsp; It's not likely that there's any simple adjustment to make it look like what you want, just because of the nature of pattern definitions -- see &lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-79B99823-7600-4CAB-BD12-04D5103D90CB" target="_blank" rel="noopener"&gt;&amp;gt;this&amp;lt;&lt;/A&gt;&amp;nbsp;for a taste of the issues involved.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 18:49:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494299#M39522</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-10-19T18:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494347#M39523</link>
      <description>&lt;P&gt;Not a one off.&amp;nbsp; It will be repeated multiple times on the same project and on other projects.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 19:09:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494347#M39523</guid>
      <dc:creator>rob.aHH2T8</dc:creator>
      <dc:date>2022-10-19T19:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494351#M39524</link>
      <description>&lt;P&gt;Check my next post...&lt;/P&gt;&lt;P&gt;After I posted the text post, I took a screen shot of it.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 19:09:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494351#M39524</guid>
      <dc:creator>rob.aHH2T8</dc:creator>
      <dc:date>2022-10-19T19:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494356#M39525</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4520166"&gt;@rob.aHH2T8&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;.... I took a screen shot of it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I can't get the definition from that without typing it all out, so if you have a .pat file....&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 19:10:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494356#M39525</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-10-19T19:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494460#M39526</link>
      <description>&lt;LI-CODE lang="general"&gt;*CIRCLES, Circular Hatch Pattern  CADalyst TIP337 (c) 1988, The Mad Doctor
0, -.0125,.2, 0,.4, .025,-.775
9.462322208, -.05,.19375, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .0380172658,-4.xxx-xxxxxxxx
-9.462322208, -.05,-.19375, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .0380172658,-4.8281927584
18.434948823, -.0875,.18125, .7589466384,-.2529822128, .0395284708,-2.4902936574
-18.434948823, -.0875,-.18125, .7589466384,.2529822128, .039528471,-2.490293657
30.963756532, -.11875,.1625, 1.7835852855,-.1371988681, .036443449,-4.6283180668
-30.963756532, -.11875,-.1625, 1.7835852855,.1371988681, .036443449,-4.628318067
45, -.1625,.11875, .5656854249492,.5656854249492, .061871843354,-1.069499006545
-45, -.1625,-.11875, .5656854249492,.5656854249492, .xxx-xxxxxxxx,-1.xxx-xxxxxxxx
59.036243468, -.18125,.0875, 1.7835852855,.1371988681, .0364434493,-4.6283180665
-59.036243468, -.18125,-.0875, 1.783585285,-.137198868, .036443449,-4.628318067
71.565051177, -.19375,.05, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .0395284708,-2.4902936574
-71.565051177, -.19375,-.05, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .039528471,-2.490293657
80.537677792, -.2,.0125, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .xxx-xxxxxxxx,-4.xxx-xxxxxxxx
-80.537677792, -.2,-.0125, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .0380172658,-4.8281927584
90, -.2,-.0125, 0,.4, .025,-.775
170.537677792, .05,.19375, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .0380172658,-4.xxx-xxxxxxxx
189.462322208, .05,-.19375, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .038017266,-4.8281927582
161.565051177, .0875,.18125, .7589466384,.2529822128, .0395284708,-2.4902916574
198.434948823, .0875,-.18125, .7589466384,-.2529822128, .039528471,-2.490293657
149.036243468, .11875,.1625, 1.7835852855,.1371988681, .036443449,-4.6283180668
210.963756532, .11875,-.1625, 1.7835852855,-.1371988681, .036443449,-4.628318067
135, .1625,.11875, .5656854249492,.5656854249492, .061871843354,-1.069499006545
225, .1625,-.11875, .5656854249492,.5656854249492, .xxx-xxxxxxxx,-1.xxx-xxxxxxxx
120.983756532, .18125,.0875, 1.7835852855,-.1371988681, .0364434493,-4.628318067
239.036243468, .18125,-.0875, 1.7835852855,.1371988687, .036443449,-4.628318067
108.434947823, .19375,.05, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .0395284708,-2.4902936574
251.565051177, .19375,-.05, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .0395284708,-2.4902936574
99.462322208, .2,.0125, .xxx-xxxxxxxx,-.xxx-xxxxxxxx, .xxx-xxxxxxxx,-4.xxx-xxxxxxxx
260.537677792, .2,-.0125, .xxx-xxxxxxxx,.xxx-xxxxxxxx, .xxx-xxxxxxxx,-4.xxx-xxxxxxxx
&amp;#26;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 19 Oct 2022 20:12:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494460#M39526</guid>
      <dc:creator>rob.aHH2T8</dc:creator>
      <dc:date>2022-10-19T20:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494461#M39527</link>
      <description>&lt;P&gt;Apparently, I can't find the "insert file"&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 20:13:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494461#M39527</guid>
      <dc:creator>rob.aHH2T8</dc:creator>
      <dc:date>2022-10-19T20:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494495#M39528</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4520166"&gt;@rob.aHH2T8&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Apparently, I can't find the "insert file"&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's this, down below the screencast area:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1666211330570.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1129529i12BB3E4BB40817AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1666211330570.png" alt="Kent1Cooper_0-1666211330570.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 20:29:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494495#M39528</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-10-19T20:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494894#M39529</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4520166"&gt;@rob.aHH2T8&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using &lt;A href="https://cadtips.cadalyst.com/patterns/hatch-maker" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;THIS&lt;/STRONG&gt;&lt;/A&gt;, you can create something like this .. the circles can be created with points but maybe a square would work as well? It would be less 'heavy'.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ronjonp_0-1666227618226.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1129599i10EDF9D0C594806C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ronjonp_0-1666227618226.png" alt="ronjonp_0-1666227618226.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 01:02:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11494894#M39529</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2022-10-20T01:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11495326#M39530</link>
      <description>&lt;P&gt;Pretty cool hatch,&amp;nbsp; could be drawn from 1st principles, lines and circles, make a rectang with inner circles, then array in a zig zag way, 1/2 space, over draw so larger than the outline pline and trim all outside objects. Has the advantage of setting a cnr start point so a full tile. Start point does not have to be lower left can be any point. The squares could be say 6 + polygon shape.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have done something like this but was rectangs only and I have a zig zag objects pattern lisp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to go this way ask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 07:00:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11495326#M39530</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-10-20T07:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11496036#M39531</link>
      <description>&lt;P&gt;Here's another pattern that uses an octagon for the 'circle'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;*test2,test2
90,1,0,0,1,0.5,-0.5
0,0,0,0,1,1,0
90,0,0,0,1,0.5,-0.5
0,1,0.5,0,1,0,-1
0,0,0.5,0,1,1,0
180,0.05,0.44,0,1,0.01,-0.99
225,0.06,0.45,0.70710678,0.70710678,0.01414214,-1.40007143
270,0.06,0.46,0,1,0.01,-0.99
315,0.05,0.47,0.70710678,0.70710678,0.01414214,-1.40007143
0,0.04,0.47,0,1,0.01,-0.99
45,0.03,0.46,0.70710678,0.70710678,0.01414214,-1.40007143
90,0.03,0.45,0,1,0.01,-0.99
135,0.04,0.44,0.70710678,0.70710678,0.01414214,-1.40007143
180,0.05,0.06,0,1,0.01,-0.99
135,0.06,0.05,0.70710678,0.70710678,0.01414214,-1.40007143
90,0.06,0.04,0,1,0.01,-0.99
45,0.05,0.03,0.70710678,0.70710678,0.01414214,-1.40007143
0,0.04,0.03,0,1,0.01,-0.99
315,0.03,0.04,0.70710678,0.70710678,0.01414214,-1.40007143
270,0.03,0.05,0,1,0.01,-0.99
225,0.04,0.06,0.70710678,0.70710678,0.01414214,-1.40007143
180,0.96,0.44,0,1,0.01,-0.99
225,0.97,0.45,0.70710678,0.70710678,0.01414214,-1.40007143
270,0.97,0.46,0,1,0.01,-0.99
315,0.96,0.47,0.70710678,0.70710678,0.01414214,-1.40007143
0,0.95,0.47,0,1,0.01,-0.99
45,0.94,0.46,0.70710678,0.70710678,0.01414214,-1.40007143
90,0.94,0.45,0,1,0.01,-0.99
135,0.95,0.44,0.70710678,0.70710678,0.01414214,-1.40007143
180,0.96,0.06,0,1,0.01,-0.99
135,0.97,0.05,0.70710678,0.70710678,0.01414214,-1.40007143
90,0.97,0.04,0,1,0.01,-0.99
45,0.96,0.03,0.70710678,0.70710678,0.01414214,-1.40007143
0,0.95,0.03,0,1,0.01,-0.99
315,0.94,0.04,0.70710678,0.70710678,0.01414214,-1.40007143
270,0.94,0.05,0,1,0.01,-0.99
225,0.95,0.06,0.70710678,0.70710678,0.01414214,-1.40007143
180,0.55,0.94,0,1,0.01,-0.99
225,0.56,0.95,0.70710678,0.70710678,0.01414214,-1.40007143
270,0.56,0.96,0,1,0.01,-0.99
315,0.55,0.97,0.70710678,0.70710678,0.01414214,-1.40007143
0,0.54,0.97,0,1,0.01,-0.99
45,0.53,0.96,0.70710678,0.70710678,0.01414214,-1.40007143
90,0.53,0.95,0,1,0.01,-0.99
135,0.54,0.94,0.70710678,0.70710678,0.01414214,-1.40007143
180,0.46,0.94,0,1,0.01,-0.99
225,0.47,0.95,0.70710678,0.70710678,0.01414214,-1.40007143
270,0.47,0.96,0,1,0.01,-0.99
315,0.46,0.97,0.70710678,0.70710678,0.01414214,-1.40007143
0,0.45,0.97,0,1,0.01,-0.99
45,0.44,0.96,0.70710678,0.70710678,0.01414214,-1.40007143
90,0.44,0.95,0,1,0.01,-0.99
135,0.45,0.94,0.70710678,0.70710678,0.01414214,-1.40007143
180,0.55,0.56,0,1,0.01,-0.99
135,0.56,0.55,0.70710678,0.70710678,0.01414214,-1.40007143
90,0.56,0.54,0,1,0.01,-0.99
45,0.55,0.53,0.70710678,0.70710678,0.01414214,-1.40007143
0,0.54,0.53,0,1,0.01,-0.99
315,0.53,0.54,0.70710678,0.70710678,0.01414214,-1.40007143
270,0.53,0.55,0,1,0.01,-0.99
225,0.54,0.56,0.70710678,0.70710678,0.01414214,-1.40007143
180,0.46,0.56,0,1,0.01,-0.99
135,0.47,0.55,0.70710678,0.70710678,0.01414214,-1.40007143
90,0.47,0.54,0,1,0.01,-0.99
45,0.46,0.53,0.70710678,0.70710678,0.01414214,-1.40007143
0,0.45,0.53,0,1,0.01,-0.99
315,0.44,0.54,0.70710678,0.70710678,0.01414214,-1.40007143
270,0.44,0.55,0,1,0.01,-0.99
225,0.45,0.56,0.70710678,0.70710678,0.01414214,-1.40007143
0,1,0.5,0,1,0,-1
0,0,0.5,0,1,1,0
180,0.5,1,0,1,0.5,-0.5
0,0.5,1,0,1,0.5,-0.5
90,0.5,0.5,0,1,0.5,-0.5
0,0,0.5,0,1,1,0

&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ronjonp_0-1666270024416.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1129808i0892D7AB90E197DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ronjonp_0-1666270024416.png" alt="ronjonp_0-1666270024416.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 15:17:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11496036#M39531</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2022-10-20T15:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11496577#M39532</link>
      <description>&lt;P&gt;I received an error attempting to use this.... it does seem to read it until I pick the "internal point" and hit enter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Missing parameter in line 76.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 15:13:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11496577#M39532</guid>
      <dc:creator>rob.aHH2T8</dc:creator>
      <dc:date>2022-10-20T15:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Architectural concrete hatch</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11496585#M39533</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4520166"&gt;@rob.aHH2T8&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure you have a blank line at the end:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ronjonp_0-1666279010903.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1129924i271A5F34EA13A46B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ronjonp_0-1666279010903.png" alt="ronjonp_0-1666279010903.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 15:16:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/architectural-concrete-hatch/m-p/11496585#M39533</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2022-10-20T15:16:53Z</dc:date>
    </item>
  </channel>
</rss>

