<?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: iLogic: control the visibility of one body in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106404#M86081</link>
    <description>&lt;P&gt;You can add more condition&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-page"&gt;&lt;CENTER&gt;&lt;DIV class="MinimumWidthContainer"&gt;&lt;DIV class="min-width-wrapper"&gt;&lt;DIV class="min-width"&gt;&lt;DIV class="lia-content"&gt;&lt;DIV class="lia-quilt lia-quilt-forum-topic-page lia-quilt-layout-two-column-main-side lia-top-quilt"&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-18 lia-quilt-column-left lia-quilt-column-main-content"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-left"&gt;&lt;DIV class="lia-component-reply-list"&gt;&lt;DIV class="linear-message-list message-list"&gt;&lt;DIV class="lia-linear-display-message-view"&gt;&lt;DIV&gt;&lt;DIV class="lia-panel-message message-uid-8106373"&gt;&lt;DIV class="lia-message-view-wrapper lia-js-data-messageUid-8106373 lia-component-forums-widget-message-view-two"&gt;&lt;DIV class="MessageView lia-message-view-forum-message lia-message-view-display lia-row-standard-read lia-thread-reply lia-message-authored-by-you"&gt;&lt;DIV class="lia-quilt lia-quilt-forum-message lia-quilt-layout-custom-forum-message"&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-main-left"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;&lt;DIV class="lia-message-body lia-tooltip-trigger"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;PRE&gt;&lt;SPAN&gt;D&lt;/SPAN&gt;&lt;SPAN&gt;im&lt;/SPAN&gt; &lt;SPAN&gt;oApp&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;Application&lt;/SPAN&gt;
&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oPD&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;PartDocument&lt;/SPAN&gt;
&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oPCD&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;PartComponentDefinition&lt;/SPAN&gt;
&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oSurfBody&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;SurfaceBody&lt;/SPAN&gt;

&lt;SPAN&gt;oApp&lt;/SPAN&gt; = &lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;
&lt;SPAN&gt;oPD&lt;/SPAN&gt; = &lt;SPAN&gt;oApp&lt;/SPAN&gt;.&lt;SPAN&gt;ActiveDocument&lt;/SPAN&gt;
&lt;SPAN&gt;oPCD&lt;/SPAN&gt; = &lt;SPAN&gt;oPD&lt;/SPAN&gt;.&lt;SPAN&gt;ComponentDefinition&lt;/SPAN&gt;

&lt;SPAN&gt;For&lt;/SPAN&gt; &lt;SPAN&gt;Each&lt;/SPAN&gt; &lt;SPAN&gt;oSurfBody&lt;/SPAN&gt; &lt;SPAN&gt;In&lt;/SPAN&gt; &lt;SPAN&gt;oPCD&lt;/SPAN&gt;.&lt;SPAN&gt;SurfaceBodies&lt;/SPAN&gt;
    &lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;oSurfBody&lt;/SPAN&gt;.&lt;SPAN&gt;Name&lt;/SPAN&gt; = &lt;SPAN&gt;"Sliderail"&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
        if Sliderail = "Yes" then&lt;BR /&gt;		oSurfBody.Visible = True&lt;BR /&gt;	else&lt;BR /&gt;		&lt;SPAN&gt;oSurfBody&lt;/SPAN&gt;.&lt;SPAN&gt;Visible&lt;/SPAN&gt; = &lt;SPAN&gt;False&lt;BR /&gt;	end if&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;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/CENTER&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 03 Jul 2018 09:22:44 GMT</pubDate>
    <dc:creator>dgreatice</dc:creator>
    <dc:date>2018-07-03T09:22:44Z</dc:date>
    <item>
      <title>iLogic: control the visibility of one body</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106346#M86076</link>
      <description>&lt;P&gt;If I were to control the visibility of one body, how would I write the code for that&lt;/P&gt;&lt;P&gt;It's a yes or no function I'm looking for&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Parameter&lt;/STRONG&gt; (Parameter name: &lt;STRONG&gt;Sliderail&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp; Yes&lt;/P&gt;&lt;P&gt;&amp;nbsp; No&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bodyname&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sliderail, round&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 08:51:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106346#M86076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T08:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic: control the visibility of one body</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106373#M86077</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Version:1.0 StartHTML:00000145 EndHTML:00002241 StartFragment:00000294 EndFragment:00002209 StartSelection:00000294 EndSelection:00000294SyntaxEditor Code Snippet&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oApp&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;Application&lt;/SPAN&gt;
&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oPD&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;PartDocument&lt;/SPAN&gt;
&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oPCD&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;PartComponentDefinition&lt;/SPAN&gt;
&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oSurfBody&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;SurfaceBody&lt;/SPAN&gt;

&lt;SPAN&gt;oApp&lt;/SPAN&gt; = &lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;
&lt;SPAN&gt;oPD&lt;/SPAN&gt; = &lt;SPAN&gt;oApp&lt;/SPAN&gt;.&lt;SPAN&gt;ActiveDocument&lt;/SPAN&gt;
&lt;SPAN&gt;oPCD&lt;/SPAN&gt; = &lt;SPAN&gt;oPD&lt;/SPAN&gt;.&lt;SPAN&gt;ComponentDefinition&lt;/SPAN&gt;

&lt;SPAN&gt;For&lt;/SPAN&gt; &lt;SPAN&gt;Each&lt;/SPAN&gt; &lt;SPAN&gt;oSurfBody&lt;/SPAN&gt; &lt;SPAN&gt;In&lt;/SPAN&gt; &lt;SPAN&gt;oPCD&lt;/SPAN&gt;.&lt;SPAN&gt;SurfaceBodies&lt;/SPAN&gt;
    &lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;oSurfBody&lt;/SPAN&gt;.&lt;SPAN&gt;Name&lt;/SPAN&gt; = &lt;SPAN&gt;"Sliderail"&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
        &lt;SPAN&gt;oSurfBody&lt;/SPAN&gt;.&lt;SPAN&gt;Visible&lt;/SPAN&gt; = &lt;SPAN&gt;False&lt;/SPAN&gt;
    &lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt;
&lt;SPAN&gt;Next&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:06:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106373#M86077</guid>
      <dc:creator>dgreatice</dc:creator>
      <dc:date>2018-07-03T09:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic: control the visibility of one body</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106391#M86080</link>
      <description>&lt;P&gt;The parameter will be a "text" parameter with yes or no. Will this affect the code?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:15:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106391#M86080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T09:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic: control the visibility of one body</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106404#M86081</link>
      <description>&lt;P&gt;You can add more condition&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-page"&gt;&lt;CENTER&gt;&lt;DIV class="MinimumWidthContainer"&gt;&lt;DIV class="min-width-wrapper"&gt;&lt;DIV class="min-width"&gt;&lt;DIV class="lia-content"&gt;&lt;DIV class="lia-quilt lia-quilt-forum-topic-page lia-quilt-layout-two-column-main-side lia-top-quilt"&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-18 lia-quilt-column-left lia-quilt-column-main-content"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-left"&gt;&lt;DIV class="lia-component-reply-list"&gt;&lt;DIV class="linear-message-list message-list"&gt;&lt;DIV class="lia-linear-display-message-view"&gt;&lt;DIV&gt;&lt;DIV class="lia-panel-message message-uid-8106373"&gt;&lt;DIV class="lia-message-view-wrapper lia-js-data-messageUid-8106373 lia-component-forums-widget-message-view-two"&gt;&lt;DIV class="MessageView lia-message-view-forum-message lia-message-view-display lia-row-standard-read lia-thread-reply lia-message-authored-by-you"&gt;&lt;DIV class="lia-quilt lia-quilt-forum-message lia-quilt-layout-custom-forum-message"&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-main-left"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;&lt;DIV class="lia-message-body lia-tooltip-trigger"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;PRE&gt;&lt;SPAN&gt;D&lt;/SPAN&gt;&lt;SPAN&gt;im&lt;/SPAN&gt; &lt;SPAN&gt;oApp&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;Application&lt;/SPAN&gt;
&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oPD&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;PartDocument&lt;/SPAN&gt;
&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oPCD&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;PartComponentDefinition&lt;/SPAN&gt;
&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oSurfBody&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;SurfaceBody&lt;/SPAN&gt;

&lt;SPAN&gt;oApp&lt;/SPAN&gt; = &lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;
&lt;SPAN&gt;oPD&lt;/SPAN&gt; = &lt;SPAN&gt;oApp&lt;/SPAN&gt;.&lt;SPAN&gt;ActiveDocument&lt;/SPAN&gt;
&lt;SPAN&gt;oPCD&lt;/SPAN&gt; = &lt;SPAN&gt;oPD&lt;/SPAN&gt;.&lt;SPAN&gt;ComponentDefinition&lt;/SPAN&gt;

&lt;SPAN&gt;For&lt;/SPAN&gt; &lt;SPAN&gt;Each&lt;/SPAN&gt; &lt;SPAN&gt;oSurfBody&lt;/SPAN&gt; &lt;SPAN&gt;In&lt;/SPAN&gt; &lt;SPAN&gt;oPCD&lt;/SPAN&gt;.&lt;SPAN&gt;SurfaceBodies&lt;/SPAN&gt;
    &lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;oSurfBody&lt;/SPAN&gt;.&lt;SPAN&gt;Name&lt;/SPAN&gt; = &lt;SPAN&gt;"Sliderail"&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
        if Sliderail = "Yes" then&lt;BR /&gt;		oSurfBody.Visible = True&lt;BR /&gt;	else&lt;BR /&gt;		&lt;SPAN&gt;oSurfBody&lt;/SPAN&gt;.&lt;SPAN&gt;Visible&lt;/SPAN&gt; = &lt;SPAN&gt;False&lt;BR /&gt;	end if&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;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/CENTER&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:22:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106404#M86081</guid>
      <dc:creator>dgreatice</dc:creator>
      <dc:date>2018-07-03T09:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic: control the visibility of one body</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106425#M86082</link>
      <description>&lt;P&gt;What if you have the paramter options and 2 bodies?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Parameter&lt;/STRONG&gt; (Parameter name: &lt;STRONG&gt;Sliderail&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp; No&amp;nbsp;&amp;nbsp; (...None of the 2 bodies are vissible)&lt;/P&gt;&lt;P&gt;&amp;nbsp; Round&amp;nbsp;&amp;nbsp; (Sliderail, round is visible)&lt;/P&gt;&lt;P&gt;&amp;nbsp; Square&amp;nbsp;&amp;nbsp; (Sliderail, Square is visible)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bodynames&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sliderail, round&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sliderail, square&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:35:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106425#M86082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T09:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic: control the visibility of one body</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106446#M86083</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim oApp As Application&lt;/P&gt;&lt;P&gt;Dim oPD As PartDocument&lt;/P&gt;&lt;P&gt;Dim oPCD As PartComponentDefinition&lt;/P&gt;&lt;P&gt;Dim oSurfBody As SurfaceBody&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;oApp = ThisApplication&lt;/P&gt;&lt;P&gt;oPD = oApp.ActiveDocument&lt;/P&gt;&lt;P&gt;oPCD = oPD.ComponentDefinition&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Each oSurfBody In oPCD.SurfaceBodies&lt;/P&gt;&lt;P&gt;if Sliderail = "No" then&lt;/P&gt;&lt;P&gt;if oSurfBody.Name = "Sliderail, round" or oSurfBody.Name = "Sliderail, Square" then&lt;/P&gt;&lt;P&gt;oSurfBody.Visible = False&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;osurfbody.visible = true&lt;BR /&gt;End if&lt;/P&gt;&lt;P&gt;ElseIf Sliderail = "Round" Then&lt;/P&gt;&lt;P&gt;If oSurfBody.Name = "Round" Then&lt;/P&gt;&lt;P&gt;oSurfBody.Visible = True&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;oSurfBody.Visible = False&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;ElseIf Sliderail = "Square" Then&lt;BR /&gt;If oSurfBody.Name = "Square" Then&lt;/P&gt;&lt;P&gt;oSurfBody.Visible = True&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;oSurfBody.Visible = False&lt;/P&gt;&lt;P&gt;End if&lt;/P&gt;&lt;P&gt;End if&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:51:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106446#M86083</guid>
      <dc:creator>dgreatice</dc:creator>
      <dc:date>2018-07-03T09:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic: control the visibility of one body</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106475#M86086</link>
      <description>&lt;P&gt;Awesome. Thank You!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What if I had 3 extra bodies that should be visible at all times. How would that affect the code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets just&amp;nbsp;call them&lt;/P&gt;&lt;P&gt;body1&lt;/P&gt;&lt;P&gt;body2&lt;/P&gt;&lt;P&gt;body3&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 10:09:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8106475#M86086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T10:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic: control the visibility of one body</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8108283#M86132</link>
      <description>&lt;P&gt;you can try, let me know if there are error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 02:38:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-control-the-visibility-of-one-body/m-p/8108283#M86132</guid>
      <dc:creator>dgreatice</dc:creator>
      <dc:date>2018-07-04T02:38:04Z</dc:date>
    </item>
  </channel>
</rss>

