<?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: Zoom In - Out / drawobject() in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/zoom-in-out-drawobject/m-p/13557222#M60519</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="#"&gt;@Omar Aguilera Rico&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;Looks like we dropped the ball with your follow-up question. Are you still looking for some help?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 17 Sep 2021 15:18:32 GMT</pubDate>
    <dc:creator>Ben_WilsonADSK</dc:creator>
    <dc:date>2021-09-17T15:18:32Z</dc:date>
    <item>
      <title>Zoom In - Out / drawobject()</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/zoom-in-out-drawobject/m-p/13557219#M60516</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.1.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;DIV class="fr-view clearfix"&gt;
  &lt;P&gt;I create TaskExecuter during the model run and create a copy of a trigger to the TaskExecuter that was created during the run, but how can I make it apply the trigger on draw during the model run? Or is there another alternative to represent this?&lt;/P&gt;
  &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/43014-zoom-out-in.fsm" target="_blank"&gt;Zoom Out - In.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Aug 2021 20:47:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/zoom-in-out-drawobject/m-p/13557219#M60516</guid>
      <dc:creator>omar_ar</dc:creator>
      <dc:date>2021-08-23T20:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom In - Out / drawobject()</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/zoom-in-out-drawobject/m-p/13557220#M60517</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You need to call rebindobjectattributes() on the object you copy the draw trigger in to.&lt;/P&gt;&lt;PRE&gt;treenode otherTE = Model.find("TaskExecuter2");
createcopy(Model.find("TaskExecuter1&amp;gt;variables/ondrawtrigger"), otherTE.find("&amp;gt;variables"), 1);
rebindobjectattributes(otherTE);&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Aug 2021 21:41:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/zoom-in-out-drawobject/m-p/13557220#M60517</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2021-08-23T21:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom In - Out / drawobject()</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/zoom-in-out-drawobject/m-p/13557221#M60518</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/87/matthew.g.html" nodeid="87"&gt;@Matthew Gillespie&lt;/A&gt; !&lt;/P&gt;
 &lt;P&gt;I want to make the AGV that is created for the scale, have the same color on which it is created. If it is yellow, the AGV that is scaled must be yellow. I also want to see if it is possible that the boxes that the AGV brings with me can also be scaled respecting the color of the box. How can I do this?&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/43085-zoom-out-in-2.fsm" target="_blank"&gt;Zoom Out - In_2.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Aug 2021 00:26:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/zoom-in-out-drawobject/m-p/13557221#M60518</guid>
      <dc:creator>omar_ar</dc:creator>
      <dc:date>2021-08-26T00:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom In - Out / drawobject()</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/zoom-in-out-drawobject/m-p/13557222#M60519</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="#"&gt;@Omar Aguilera Rico&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;Looks like we dropped the ball with your follow-up question. Are you still looking for some help?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Sep 2021 15:18:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/zoom-in-out-drawobject/m-p/13557222#M60519</guid>
      <dc:creator>Ben_WilsonADSK</dc:creator>
      <dc:date>2021-09-17T15:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom In - Out / drawobject()</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/zoom-in-out-drawobject/m-p/13557223#M60520</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi Ben, in the end I was able to solve it on my own, I appreciate the attention given by Matthew and the team.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Sep 2021 23:04:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/zoom-in-out-drawobject/m-p/13557223#M60520</guid>
      <dc:creator>omar_ar</dc:creator>
      <dc:date>2021-09-23T23:04:51Z</dc:date>
    </item>
  </channel>
</rss>

