<?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>tema Re: Using FeatureCAM.FMHole to setting the diameter and Depth en FeatureCAM Forum</title>
    <link>https://forums.autodesk.com/t5/featurecam-forum/using-featurecam-fmhole-to-setting-the-diameter-and-depth/m-p/7037325#M777</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4052950"&gt;@hx&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To change the diameter and depth of a hole, you can use the following code...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Dim hole as FMHole&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;hole.Update3(,Diameter,Depth)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You do not need to use an AttributeID for modifying these parameters, just replace Diameter and Depth in the above code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The FeatureCAM API help is a great resource when writing macros. It can be found by selecting the &lt;STRONG&gt;?&lt;/STRONG&gt; icon in the top right of the FeatureCAM window, and selecting &lt;STRONG&gt;&lt;EM&gt;FeatureCAM API Help.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Spencer&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2017 09:41:54 GMT</pubDate>
    <dc:creator>spencer.hardcastle</dc:creator>
    <dc:date>2017-04-24T09:41:54Z</dc:date>
    <item>
      <title>Using FeatureCAM.FMHole to setting the diameter and Depth</title>
      <link>https://forums.autodesk.com/t5/featurecam-forum/using-featurecam-fmhole-to-setting-the-diameter-and-depth/m-p/6933144#M639</link>
      <description>&lt;P&gt;I am writting an exe file to get the all hole features, and change it's diameter and depth if there are not my want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the code i wrote:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim docHole As FeatureCAM.FMHole = docFeatrue&lt;BR /&gt;If Not (docHole.Diameter = feature.Diameter) Then&lt;BR /&gt;&amp;nbsp; docHole.SetAttribute(&amp;nbsp;attr_id, sub_id, feature.Diameter)&lt;BR /&gt;End If&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the enumerate attr_id&amp;nbsp;and sub_id.&lt;/P&gt;&lt;P&gt;can somebody give me help, and write an example for me?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 07:30:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/featurecam-forum/using-featurecam-fmhole-to-setting-the-diameter-and-depth/m-p/6933144#M639</guid>
      <dc:creator>hx</dc:creator>
      <dc:date>2017-03-09T07:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using FeatureCAM.FMHole to setting the diameter and Depth</title>
      <link>https://forums.autodesk.com/t5/featurecam-forum/using-featurecam-fmhole-to-setting-the-diameter-and-depth/m-p/7037325#M777</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4052950"&gt;@hx&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To change the diameter and depth of a hole, you can use the following code...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Dim hole as FMHole&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;hole.Update3(,Diameter,Depth)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You do not need to use an AttributeID for modifying these parameters, just replace Diameter and Depth in the above code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The FeatureCAM API help is a great resource when writing macros. It can be found by selecting the &lt;STRONG&gt;?&lt;/STRONG&gt; icon in the top right of the FeatureCAM window, and selecting &lt;STRONG&gt;&lt;EM&gt;FeatureCAM API Help.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Spencer&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 09:41:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/featurecam-forum/using-featurecam-fmhole-to-setting-the-diameter-and-depth/m-p/7037325#M777</guid>
      <dc:creator>spencer.hardcastle</dc:creator>
      <dc:date>2017-04-24T09:41:54Z</dc:date>
    </item>
  </channel>
</rss>

