<?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: Create hexagon grid of certain side lengths in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-hexagon-grid-of-certain-side-lengths/m-p/1028913#M37695</link>
    <description>&lt;P&gt;This is a job for the Calculate Value tool in ModelBuilder! Create a Model variable Side of type Double, insert the Calculate Value tool and use this expression:&lt;/P&gt;&lt;P&gt;CalculateValue Expression:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;(%Side%)**2 * (3 * (3**0.5))/2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set Output Type to Double and connect it to the Generate Tessellation tool!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="gt_side.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6609i1DAADC6B7C657FCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gt_side.png" alt="gt_side.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 20:11:52 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2021-02-22T20:11:52Z</dc:date>
    <item>
      <title>Create hexagon grid of certain side lengths</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-hexagon-grid-of-certain-side-lengths/m-p/1028735#M37672</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a question regarding generating tessellated hexagon grids in ArcGIS Pro: How do I define the length of the side of the hexagon bins that are generated (e.g. 20m sides)? There doesn't seem to be a parameter for that in the tool setup.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For reference, I am using this tool: &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/generatetesellation.htm" target="_blank" rel="noopener noreferrer"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/generatetesellation.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 21:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-hexagon-grid-of-certain-side-lengths/m-p/1028735#M37672</guid>
      <dc:creator>MalcolmLittle</dc:creator>
      <dc:date>2021-02-19T21:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create hexagon grid of certain side lengths</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-hexagon-grid-of-certain-side-lengths/m-p/1028743#M37675</link>
      <description>&lt;P&gt;I've just used the formula to calculate area (A) from side length (a)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisRingo_0-1613770912344.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6484i7BBB6FE77C429F77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisRingo_0-1613770912344.png" alt="ChrisRingo_0-1613770912344.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 21:43:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-hexagon-grid-of-certain-side-lengths/m-p/1028743#M37675</guid>
      <dc:creator>ChrisRingo</dc:creator>
      <dc:date>2021-02-19T21:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create hexagon grid of certain side lengths</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-hexagon-grid-of-certain-side-lengths/m-p/1028745#M37676</link>
      <description>&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Hexagon" target="_blank"&gt;Hexagon - Wikipedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the key is the &lt;STRONG&gt;root 3 / 2&lt;/STRONG&gt; .&amp;nbsp; It can be related to the maximal radius &lt;STRONG&gt;R&lt;/STRONG&gt; and the minimal radius '&lt;STRONG&gt;r'&amp;nbsp;&lt;/STRONG&gt;depending on which type of hexagon you are creating See the image on the page and decide which radius you need&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 21:48:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-hexagon-grid-of-certain-side-lengths/m-p/1028745#M37676</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-19T21:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create hexagon grid of certain side lengths</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-hexagon-grid-of-certain-side-lengths/m-p/1028913#M37695</link>
      <description>&lt;P&gt;This is a job for the Calculate Value tool in ModelBuilder! Create a Model variable Side of type Double, insert the Calculate Value tool and use this expression:&lt;/P&gt;&lt;P&gt;CalculateValue Expression:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;(%Side%)**2 * (3 * (3**0.5))/2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set Output Type to Double and connect it to the Generate Tessellation tool!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="gt_side.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6609i1DAADC6B7C657FCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gt_side.png" alt="gt_side.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 20:11:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-hexagon-grid-of-certain-side-lengths/m-p/1028913#M37695</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-02-22T20:11:52Z</dc:date>
    </item>
  </channel>
</rss>

