<?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: macro parameters of tap pitch in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9693122#M10821</link>
    <description>&lt;P&gt;you're welcome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I dont have time for your other question, nor would I be the best to help. &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7461571"&gt;@Sean570&lt;/a&gt;&amp;nbsp; would be a better help. he has a way better understanding of plugins than I do.&lt;/P&gt;</description>
    <pubDate>Sat, 15 Aug 2020 13:59:49 GMT</pubDate>
    <dc:creator>TK.421</dc:creator>
    <dc:date>2020-08-15T13:59:49Z</dc:date>
    <item>
      <title>macro parameters of tap pitch</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9692783#M10815</link>
      <description>&lt;P&gt;Can you tell me how to get the parameters of the tap pitch with macro&lt;/P&gt;&lt;P&gt;“tool.pitch”only use for threadmill&lt;/P&gt;&lt;P&gt;thank&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2020 03:21:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9692783#M10815</guid>
      <dc:creator>jjat-wang</dc:creator>
      <dc:date>2020-08-15T03:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: macro parameters of tap pitch</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9692959#M10816</link>
      <description>&lt;P&gt;This will give you the pitch of a tap:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;REAL r = widget("pmlTappingTool.Shell.TPGeom.Geometry.Pitch").Value&lt;/P&gt;
&lt;P&gt;MESSAGE INFO $r&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2020 10:25:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9692959#M10816</guid>
      <dc:creator>TK.421</dc:creator>
      <dc:date>2020-08-15T10:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: macro parameters of tap pitch</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9693060#M10817</link>
      <description>&lt;P&gt;yes，i have try use widget to get&amp;nbsp;&lt;SPAN&gt;parameters&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But it must have opened the tool set from，&lt;/P&gt;&lt;P&gt;It doesn't make sense to me&lt;/P&gt;&lt;P&gt;I want to get the active tool, or a tool’s information without opening the window&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2020 13:01:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9693060#M10817</guid>
      <dc:creator>jjat-wang</dc:creator>
      <dc:date>2020-08-15T13:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: macro parameters of tap pitch</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9693099#M10818</link>
      <description>&lt;P&gt;Here's&amp;nbsp; a long way to do it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: shortened code&lt;/P&gt;
&lt;DIV style="color: #ffffff; background-color: #000000; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 14px; line-height: 19px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #c586c0;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;NOT&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;entity_exists&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;'tool'&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;)&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #569cd6;"&gt;STRING&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;s&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;ENTITY&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;TOOL&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"Activate&amp;nbsp;Tool" \n &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;ACTIVATE&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;TOOL&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;$&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;s&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;FORM&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;TOOL&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #569cd6;"&gt;REAL&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;r&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;$&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;widget&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"pmlTappingTool.Shell.TPGeom.Geometry.Pitch"&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;).&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;MESSAGE&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;INFO&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;$&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;r&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;TOOL&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;ACCEPT&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 15 Aug 2020 13:41:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9693099#M10818</guid>
      <dc:creator>TK.421</dc:creator>
      <dc:date>2020-08-15T13:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: macro parameters of tap pitch</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9693105#M10819</link>
      <description>&lt;P&gt;Really, you don't even need the GRAPHICS LOCK/UNLOCK lines. It runs fast enough that the form doesn't have time to open&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2020 13:37:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9693105#M10819</guid>
      <dc:creator>TK.421</dc:creator>
      <dc:date>2020-08-15T13:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: macro parameters of tap pitch</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9693116#M10820</link>
      <description>&lt;P&gt;thank&lt;/P&gt;&lt;P&gt;its usefull!&lt;/P&gt;&lt;P&gt;Can you help me solve another problem&amp;nbsp; about plugin&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/powershape-and-powermill-api/processplugincommand-to-send-command-is-busy/m-p/9693104#M958" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/powershape-and-powermill-api/processplugincommand-to-send-command-is-busy/m-p/9693104#M958&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2020 13:52:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9693116#M10820</guid>
      <dc:creator>jjat-wang</dc:creator>
      <dc:date>2020-08-15T13:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: macro parameters of tap pitch</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9693122#M10821</link>
      <description>&lt;P&gt;you're welcome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I dont have time for your other question, nor would I be the best to help. &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7461571"&gt;@Sean570&lt;/a&gt;&amp;nbsp; would be a better help. he has a way better understanding of plugins than I do.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2020 13:59:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-parameters-of-tap-pitch/m-p/9693122#M10821</guid>
      <dc:creator>TK.421</dc:creator>
      <dc:date>2020-08-15T13:59:49Z</dc:date>
    </item>
  </channel>
</rss>

