<?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: How to Hide or Unhide Staff 3D Object Based on Schedule? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516801#M28560</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;Thanks for pointing this out - it's a bug when the start date doesn't match the model start like this - and the logic assumes the model units are seconds.   Your model is in minutes so that assumption breaks the code.  I've sent it as a bug and hopefully will be fixed in the next release.&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For now you can avoid this by setting the calendar start to match the model start - or build your model with seconds as the time unit.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 13 Jun 2022 13:29:55 GMT</pubDate>
    <dc:creator>jason_lightfoot_adsk</dc:creator>
    <dc:date>2022-06-13T13:29:55Z</dc:date>
    <item>
      <title>How to Hide or Unhide Staff 3D Object Based on Schedule?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516796#M28555</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.0.10 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi Team,&lt;/P&gt;
 &lt;P&gt;I want to hide the 3D staff object during non-working hours. Is there any way to do it?&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/53225-howtohideorunhidestaff.fsm" target="_blank"&gt;HowToHideOrUnhideStaff.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Jun 2022 17:40:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516796#M28555</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-08T17:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide or Unhide Staff 3D Object Based on Schedule?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516797#M28556</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello &lt;A href="https://answers.flexsim.com/questions/122103/view.html?overrideforward=1"&gt;@Ankur A3&lt;/A&gt;,&lt;/P&gt;&lt;PRE&gt;switch_hideshape(StaffMember,0);// 0 to show and 1 to hide&lt;/PRE&gt;&lt;P&gt;You will add in code in 3 places to hide and show the staff when needed. The first two places are the in the time table function tab. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1654712600212.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510719i7495401F9C941473/image-size/large?v=v2&amp;amp;px=999" role="button" title="1654712600212.png" alt="1654712600212.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and the third is a model reset trigger&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1654712581074.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510720iF71089FA1D70917B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1654712581074.png" alt="1654712581074.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/53235-howtohideorunhidestaff-autosave.fsm" target="_blank"&gt;howtohideorunhidestaff_autosave.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Jun 2022 18:24:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516797#M28556</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-06-08T18:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide or Unhide Staff 3D Object Based on Schedule?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516798#M28557</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Hi 
 &lt;A rel="user" href="https://answers.flexsim.com/users/24344/jeanettef.html" nodeid="24344"&gt;@Jeanette F&lt;/A&gt;,
 &lt;P&gt;Thank you for your answer!&lt;/P&gt;
 &lt;P&gt;I have observed this code is not working if I have different start date for timetable and model run time. Does it need to to same?&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Jun 2022 15:19:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516798#M28557</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-09T15:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide or Unhide Staff 3D Object Based on Schedule?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516799#M28558</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Could you attach your model that is having the issue?&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Jun 2022 18:35:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516799#M28558</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-06-09T18:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide or Unhide Staff 3D Object Based on Schedule?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516800#M28559</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Sure &lt;A rel="user" href="https://answers.flexsim.com/users/24344/jeanettef.html" nodeid="24344"&gt;@Jeanette F&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;I am attaching model where timetable date is 8/06/2022 while model started running on 06/06/2022.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/53324-notworkingindatemismatch.fsm" target="_blank"&gt;NotWorkingInDateMismatch.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Jun 2022 13:33:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516800#M28559</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-10T13:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide or Unhide Staff 3D Object Based on Schedule?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516801#M28560</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Thanks for pointing this out - it's a bug when the start date doesn't match the model start like this - and the logic assumes the model units are seconds.   Your model is in minutes so that assumption breaks the code.  I've sent it as a bug and hopefully will be fixed in the next release.&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For now you can avoid this by setting the calendar start to match the model start - or build your model with seconds as the time unit.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Jun 2022 13:29:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516801#M28560</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-13T13:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide or Unhide Staff 3D Object Based on Schedule?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516802#M28561</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/35485/ankura3.html" nodeid="35485"&gt;@Ankur A3&lt;/A&gt;, was Jeanette F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Jun 2022 17:21:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-hide-or-unhide-staff-3d-object-based-on-schedule/m-p/13516802#M28561</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2022-06-16T17:21:45Z</dc:date>
    </item>
  </channel>
</rss>

