<?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: Model tree contrast in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/model-tree-contrast/m-p/9008761#M101057</link>
    <description>&lt;P&gt;You could make a iLogic rule that select the part you are editing. Then it gets highlighted with more contrast. but maby its inconvenient to run the rule each time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try puting this rule in an external ilogic rule.&lt;/P&gt;&lt;PRE&gt;Dim aDoc as AssemblyDocument = ThisApplication.activedocument
Dim occ as ComponentOccurrence = aDoc.ComponentDefinition.ActiveOccurrence
If (occ IsNot Nothing) Then
	aDoc.SelectSet.Select(occ)
End If&lt;/PRE&gt;</description>
    <pubDate>Thu, 05 Sep 2019 18:24:17 GMT</pubDate>
    <dc:creator>JelteDeJong</dc:creator>
    <dc:date>2019-09-05T18:24:17Z</dc:date>
    <item>
      <title>Model tree contrast</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/model-tree-contrast/m-p/9008342#M101054</link>
      <description>&lt;P&gt;I have difficulty with inventor on my laptop, there's not enough contrast so when I edit a part within an assembly, I am unable to find it in the model tree and I don't think there's an option to change the colors.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 15:24:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/model-tree-contrast/m-p/9008342#M101054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-05T15:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Model tree contrast</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/model-tree-contrast/m-p/9008761#M101057</link>
      <description>&lt;P&gt;You could make a iLogic rule that select the part you are editing. Then it gets highlighted with more contrast. but maby its inconvenient to run the rule each time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try puting this rule in an external ilogic rule.&lt;/P&gt;&lt;PRE&gt;Dim aDoc as AssemblyDocument = ThisApplication.activedocument
Dim occ as ComponentOccurrence = aDoc.ComponentDefinition.ActiveOccurrence
If (occ IsNot Nothing) Then
	aDoc.SelectSet.Select(occ)
End If&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Sep 2019 18:24:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/model-tree-contrast/m-p/9008761#M101057</guid>
      <dc:creator>JelteDeJong</dc:creator>
      <dc:date>2019-09-05T18:24:17Z</dc:date>
    </item>
  </channel>
</rss>

