<?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 Ilogic to detect features with errors in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6297950#M328562</link>
    <description>&lt;P&gt;Some features in my part &amp;nbsp;give me sometimes an error because they didn't change the geometry.&lt;/P&gt;&lt;P&gt;This behaviour is intended.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like to do is&amp;nbsp;to detect the error with iLogic, so that when the error happens I can suppress the feature.&lt;/P&gt;&lt;P&gt;Is that possible ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at the screenshot attached.&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;Joris&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2016 13:10:37 GMT</pubDate>
    <dc:creator>JorisSteurs1246</dc:creator>
    <dc:date>2016-04-28T13:10:37Z</dc:date>
    <item>
      <title>Ilogic to detect features with errors</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6297950#M328562</link>
      <description>&lt;P&gt;Some features in my part &amp;nbsp;give me sometimes an error because they didn't change the geometry.&lt;/P&gt;&lt;P&gt;This behaviour is intended.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like to do is&amp;nbsp;to detect the error with iLogic, so that when the error happens I can suppress the feature.&lt;/P&gt;&lt;P&gt;Is that possible ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at the screenshot attached.&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;Joris&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 13:10:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6297950#M328562</guid>
      <dc:creator>JorisSteurs1246</dc:creator>
      <dc:date>2016-04-28T13:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic to detect features with errors</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6306390#M328563</link>
      <description>&lt;P&gt;Hi &amp;nbsp;JorisSteurs1246,&lt;/P&gt;
&lt;P&gt;See this link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/ilogic-to-count-features-without-including-those-that-are-below/m-p/5725985#M57501" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-customization/ilogic-to-count-features-without-including-those-that-are-below/m-p/5725985#M57501&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 18:11:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6306390#M328563</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2016-05-03T18:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic to detect features with errors</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6306495#M328564</link>
      <description>&lt;P&gt;Hi &amp;nbsp;Curtis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That link seemed &amp;nbsp;to have all the info I need and derived the code below from it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SyntaxEditor Code Snippet&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;For&lt;/SPAN&gt; &lt;SPAN&gt;Each&lt;/SPAN&gt; &lt;SPAN&gt;oFeature&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;PartFeature&lt;/SPAN&gt; &lt;SPAN&gt;In&lt;/SPAN&gt; &lt;SPAN&gt;ThisDoc&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Document&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ComponentDefinition&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Features&lt;/SPAN&gt;
&lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;oFeature&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;HealthStatus&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;HealthStatusEnum&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;kBeyondStopNodeHealth&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
&lt;SPAN&gt;oFeature&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Suppressed&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;True&lt;/SPAN&gt;
&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt;
&lt;SPAN&gt;Next&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;But unfortunatly that didn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;J.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 19:13:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6306495#M328564</guid>
      <dc:creator>JorisSteurs1246</dc:creator>
      <dc:date>2016-05-03T19:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic to detect features with errors</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6306578#M328565</link>
      <description>&lt;P&gt;Hi JorisSteurs1246,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you want to use &lt;STRONG&gt;kInErrorHealth&lt;/STRONG&gt; rather than kBeyondStopNodeHealth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of you might use &lt;STRONG&gt;kUpToDateHealth&lt;/STRONG&gt; , something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;If oFeature.HealthStatus &amp;lt;&amp;gt; HealthStatusEnum.kUpToDateHealth Then ...&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also just as a tip, you can search and ask programming questions of this type on the Inventor Customization forum too:&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/Autodesk-Inventor-Customization/bd-p/120" target="_blank"&gt;http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/bd-p/120&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;&lt;FONT size="4"&gt;HealthStatusEnum Enumerator&lt;/FONT&gt;&lt;/H1&gt;
&lt;H2&gt;Description&lt;/H2&gt;
&lt;P&gt;Constants signifying the state of the Object.&lt;/P&gt;
&lt;H2&gt;Methods&lt;/H2&gt;
&lt;TABLE class="list"&gt;
&lt;TBODY&gt;
&lt;TR class="header"&gt;
&lt;TD class="list" style="width: 1%;"&gt;Name&lt;/TD&gt;
&lt;TD class="list" style="width: 1px;"&gt;Value&lt;/TD&gt;
&lt;TD class="list"&gt;Description&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kBeyondStopNodeHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11785&lt;/TD&gt;
&lt;TD class="list"&gt;Object is beyond stop node in the browser.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kCannotComputeHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11783&lt;/TD&gt;
&lt;TD class="list"&gt;Object cannot be evaluated.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kDeletedHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11782&lt;/TD&gt;
&lt;TD class="list"&gt;Object has been destroyed. You may be holding on to an empty 'shell' of the Object.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kDriverLostHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11780&lt;/TD&gt;
&lt;TD class="list"&gt;Object is driven by data from other Object(s), and one or more of them have been disconnected.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kInconsistentHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11786&lt;/TD&gt;
&lt;TD class="list"&gt;Object is inconsistent with another object.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kInErrorHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11781&lt;/TD&gt;
&lt;TD class="list"&gt;Object's internal state is in error.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kInvalidLimitsHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11789&lt;/TD&gt;
&lt;TD class="list"&gt;Object has bad limits. e.g. max &amp;lt; min.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kJointDOFLockedHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11790&lt;/TD&gt;
&lt;TD class="list"&gt;Object is locked Joint.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kNewlyAddedHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11788&lt;/TD&gt;
&lt;TD class="list"&gt;Object is newly added or unsuppressed and has not been solved yet.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kOutOfDateHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11779&lt;/TD&gt;
&lt;TD class="list"&gt;Object needs to be recomputed with respect to its 'driver(s)'.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kRedundantHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11787&lt;/TD&gt;
&lt;TD class="list"&gt;Object's solution is redundant with another object.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kSuppressedHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11784&lt;/TD&gt;
&lt;TD class="list"&gt;Object has been suppressed.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kUnknownHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11777&lt;/TD&gt;
&lt;TD class="list"&gt;Object's status is not known.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="list"&gt;kUpToDateHealth&lt;/TD&gt;
&lt;TD align="right" class="list" style="padding-right: 10px;"&gt;11778&lt;/TD&gt;
&lt;TD class="list"&gt;Object is up to date.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Tue, 03 May 2016 19:43:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6306578#M328565</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2016-05-03T19:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic to detect features with errors</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6308524#M328566</link>
      <description>&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you that helped me a lot . &amp;nbsp;The other methods can come in handy also.&lt;/P&gt;&lt;P&gt;Can you point me to the place where you got these methods from?&lt;/P&gt;&lt;P&gt;Very likely there is more useful&amp;nbsp;stuff for&amp;nbsp;me to learn about.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joris&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 16:32:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6308524#M328566</guid>
      <dc:creator>JorisSteurs1246</dc:creator>
      <dc:date>2016-05-04T16:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic to detect features with errors</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6308704#M328567</link>
      <description>&lt;P&gt;Hi JorisSteurs1246,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find this in the Programming help files. If you look in the Help pull down it will look something like this image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="" alt="" src="http://images.autodesk.com/adsk/images/pic_1.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 17:37:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-to-detect-features-with-errors/m-p/6308704#M328567</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2016-05-04T17:37:05Z</dc:date>
    </item>
  </channel>
</rss>

