<?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: Creating degree tic marks for a circle in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/creating-degree-tic-marks-for-a-circle/m-p/1008322#M34872</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm not too clear on what your goal is, but have you looked into using an m-enabled feature class. With it, you can enable hatching and label the M values:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/linear-referencing-hatch-symbols.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/linear-referencing-hatch-symbols.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After enabling the hatch labels at measured units, I would roughly follow this workflow with the line feature class:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ticmarks.gif" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1844i0D9B3AA22B7848B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ticmarks.gif" alt="ticmarks.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In the GIF above, I create a temporary 2-point line directly north that represent the center point and radius of the circle.&lt;/LI&gt;&lt;LI&gt;I then create a circle (must enable the circle tool in the line template) that snaps to the temporary line.&lt;/LI&gt;&lt;LI&gt;I then use Edit Vertices to set the From and To of the m-values for new circular line:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/help/editing/edit-vertex-m-values.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/help/editing/edit-vertex-m-values.htm&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I didn't spend too much on styling the labels, but there are plenty of options for that.&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Scott&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2020 00:13:05 GMT</pubDate>
    <dc:creator>Scott_Harris</dc:creator>
    <dc:date>2020-12-10T00:13:05Z</dc:date>
    <item>
      <title>Creating degree tic marks for a circle</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-degree-tic-marks-for-a-circle/m-p/1008232#M34859</link>
      <description>&lt;P&gt;Does anyone have an easy way to create degree tic marks for a circle? I have a convoluted way to do it using the Bearing Distance to Line tool, where I create 360 lines coming off of a point, then I have to split those lines using a two slightly different sized circles I draw so I can get a 360 tic marks. This is a pain when I have multiple distances, and was wondering if there is a more straightforward way to do this.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 20:21:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-degree-tic-marks-for-a-circle/m-p/1008232#M34859</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-12-09T20:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating degree tic marks for a circle</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-degree-tic-marks-for-a-circle/m-p/1008322#M34872</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm not too clear on what your goal is, but have you looked into using an m-enabled feature class. With it, you can enable hatching and label the M values:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/linear-referencing-hatch-symbols.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/linear-referencing-hatch-symbols.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After enabling the hatch labels at measured units, I would roughly follow this workflow with the line feature class:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ticmarks.gif" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1844i0D9B3AA22B7848B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ticmarks.gif" alt="ticmarks.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In the GIF above, I create a temporary 2-point line directly north that represent the center point and radius of the circle.&lt;/LI&gt;&lt;LI&gt;I then create a circle (must enable the circle tool in the line template) that snaps to the temporary line.&lt;/LI&gt;&lt;LI&gt;I then use Edit Vertices to set the From and To of the m-values for new circular line:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/help/editing/edit-vertex-m-values.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/help/editing/edit-vertex-m-values.htm&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I didn't spend too much on styling the labels, but there are plenty of options for that.&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Scott&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 00:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-degree-tic-marks-for-a-circle/m-p/1008322#M34872</guid>
      <dc:creator>Scott_Harris</dc:creator>
      <dc:date>2020-12-10T00:13:05Z</dc:date>
    </item>
  </channel>
</rss>

