<?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: Use PowerShape API to Customize the feacture in PowerShape and PowerMill API Forum</title>
    <link>https://forums.autodesk.com/t5/powershape-and-powermill-api/use-powershape-api-to-customize-the-feacture/m-p/9027474#M1558</link>
    <description>&lt;P&gt;Luke&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you collect the hole count information via the API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nathan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a little rusty and could do with being pointed in the right direction.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2019 14:51:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-09-16T14:51:39Z</dc:date>
    <item>
      <title>Use PowerShape API to Customize the feacture</title>
      <link>https://forums.autodesk.com/t5/powershape-and-powermill-api/use-powershape-api-to-customize-the-feacture/m-p/6908314#M1556</link>
      <description>&lt;P&gt;Our customer want's to customize the PowerShape to do&amp;nbsp;the operation below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Import the model&lt;/LI&gt;&lt;LI&gt;Using the menu '&lt;STRONG&gt;Object&lt;/STRONG&gt;-&amp;gt;&lt;STRONG&gt;Feature&lt;/STRONG&gt;-&lt;STRONG&gt;Smart Feature recognition&lt;/STRONG&gt;' to find the Hole/pocket'protrusion and boss features.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Smart Feature Recognition.png" style="width: 524px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/327418i29C2A2F96711A3F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Smart Feature Recognition.png" alt="Smart Feature Recognition.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;3.&amp;nbsp;Each features which recoginize will group and give the group name.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Take the hole feature for example.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3.1 grouping the hole by hole type, and same diameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3.2 give the group name 'Plain hole Diameter xxx'&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Group the Hole.png" style="width: 326px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/327419i581A047E69F06FA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Group the Hole.png" alt="Group the Hole.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3.3 getting the hole informations, just like the diameter,depth ot is throught hole. write it out to an text file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. can use the Api to do the steps 1 to 3. or using the macro to do it?&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;refer the example model in attachment.&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>Tue, 28 Feb 2017 08:28:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-and-powermill-api/use-powershape-api-to-customize-the-feacture/m-p/6908314#M1556</guid>
      <dc:creator>hx</dc:creator>
      <dc:date>2017-02-28T08:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use PowerShape API to Customize the feacture</title>
      <link>https://forums.autodesk.com/t5/powershape-and-powermill-api/use-powershape-api-to-customize-the-feacture/m-p/6915811#M1557</link>
      <description>&lt;P&gt;Unfortunately what you are asking for is not currently directly supported via the API. &amp;nbsp;You can import the model:&lt;/P&gt;
&lt;PRE&gt;powerShape.ActiveModel.Import(new Autodesk.FileSystem.File("...path to file..."));&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However the rest would need to be done via macros. &amp;nbsp;You can do this via:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;powerShape.Execute("...macro command to call...");&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:50:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-and-powermill-api/use-powershape-api-to-customize-the-feacture/m-p/6915811#M1557</guid>
      <dc:creator>luke.edwards.autodesk</dc:creator>
      <dc:date>2017-03-02T15:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Use PowerShape API to Customize the feacture</title>
      <link>https://forums.autodesk.com/t5/powershape-and-powermill-api/use-powershape-api-to-customize-the-feacture/m-p/9027474#M1558</link>
      <description>&lt;P&gt;Luke&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you collect the hole count information via the API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nathan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a little rusty and could do with being pointed in the right direction.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 14:51:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-and-powermill-api/use-powershape-api-to-customize-the-feacture/m-p/9027474#M1558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-16T14:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Use PowerShape API to Customize the feacture</title>
      <link>https://forums.autodesk.com/t5/powershape-and-powermill-api/use-powershape-api-to-customize-the-feacture/m-p/9070926#M1559</link>
      <description>&lt;P&gt;I'm not sure if you can to be honest...&amp;nbsp; Sorry.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 13:05:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-and-powermill-api/use-powershape-api-to-customize-the-feacture/m-p/9070926#M1559</guid>
      <dc:creator>luke.edwards.autodesk</dc:creator>
      <dc:date>2019-10-07T13:05:34Z</dc:date>
    </item>
  </channel>
</rss>

