<?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: dynamic block with double rotation action in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10243856#M10123</link>
    <description>&lt;P&gt;hi!&lt;/P&gt;&lt;P&gt;not ideal but try attached&lt;/P&gt;</description>
    <pubDate>Fri, 16 Apr 2021 11:00:47 GMT</pubDate>
    <dc:creator>ojuris</dc:creator>
    <dc:date>2021-04-16T11:00:47Z</dc:date>
    <item>
      <title>dynamic block with double rotation action</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10201827#M10121</link>
      <description>&lt;P&gt;I have created a block with some actions in it. like stretch flip and rotated.&amp;nbsp; all works fine but there is one action I can not make to work.&lt;/P&gt;&lt;P&gt;The block is a tranportation belt with stretching weight&lt;/P&gt;&lt;P&gt;So if I change the angle of the belt the stretching weight should stay always vertical.&lt;/P&gt;&lt;P&gt;I have put a second angle action to the stetching weight&lt;/P&gt;&lt;P&gt;how to link to the first angle action and how to stretch the lines so that they stay on the circles&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 12:40:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10201827#M10121</guid>
      <dc:creator>L_Casier</dc:creator>
      <dc:date>2021-03-31T12:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic block with double rotation action</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10241902#M10122</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6176762"&gt;@L_Casier&lt;/a&gt;&amp;nbsp;, I took a look at your block . You had a very good start, almost everything working as you would like but you were being stopped by the same hinderance many of us have encountered - the absence of a direction property for the rotation action. If only Autodesk had provided one we could do a lot more things and they would be so much easier.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I checked out another block where the author put a position parameter (actually you can call it a Point Move Parameter Set from the block authoring palettes) and then included the point in the rotation set. This works almost perfectly once you remove the weight assembly from the Distance1 move action set and add the new point move parameter (and give it the weight assembly as its action set) to the Distance1 move action and then chain Angle1 to Position1. The only thing left is to add Position1 to the flip set and it works. Unfortunately when any flip property is used on any chained parameters they tend to end up with errors in the X direction - for some unknown reason they end up doubling the X value of the objects involved in the chain when a flip action gets actuated. I have seen this enough times to consider it a flaw in Autodesk's dynamic block framework, but my only solution for my own needs with an inclined conveyor was to build two blocks, a left and a right.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a copy of your block with the changes described above and in this copy I deleted the flip parameter and changed the block to allow using differing x and y factors so you could mirror with the Mirror command and not need the flip parameter. It is about as close to a solution as I think you will find without using constraints (which happen to cause data corruption if more than a few are used along with dynamic properties in the same block.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 17:42:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10241902#M10122</guid>
      <dc:creator>rapidcad</dc:creator>
      <dc:date>2021-04-15T17:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic block with double rotation action</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10243856#M10123</link>
      <description>&lt;P&gt;hi!&lt;/P&gt;&lt;P&gt;not ideal but try attached&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 11:00:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10243856#M10123</guid>
      <dc:creator>ojuris</dc:creator>
      <dc:date>2021-04-16T11:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic block with double rotation action</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10249640#M10124</link>
      <description>&lt;P&gt;This works indeed like I thouht it should work, but there are so many actions and parameters in it that I never would have come this solution&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 07:55:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10249640#M10124</guid>
      <dc:creator>L_Casier</dc:creator>
      <dc:date>2021-04-19T07:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic block with double rotation action</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10250322#M10125</link>
      <description>&lt;P&gt;Well done ojuris! I see that you just chain drove copies of the rotation parameter and used them to in turn drive point move stretches for the belts in the pulleys. Nice solution. I have often used rotation parameters chained to XY parameters to gather x or y movement with angle offsets and distance multipliers to facilitate movement is a certain direction, but it takes a lot of trial and error to discover the combination of coefficients that most closely approximate what is required sometimes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 12:51:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10250322#M10125</guid>
      <dc:creator>rapidcad</dc:creator>
      <dc:date>2021-04-19T12:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic block with double rotation action</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10253428#M10126</link>
      <description>&lt;P&gt;Tried to find out how all is done, but it is to complicated.&lt;/P&gt;&lt;P&gt;What I did find out is when doing a "mirror" of the block all keeps working&lt;/P&gt;&lt;P&gt;Tried to a a flip action but this becomes a mess&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 12:27:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10253428#M10126</guid>
      <dc:creator>L_Casier</dc:creator>
      <dc:date>2021-04-20T12:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic block with double rotation action</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10253485#M10127</link>
      <description>&lt;P&gt;Which would be why I said... "Unfortunately when any flip property is used on any chained parameters they tend to end up with errors in the X direction - for some unknown reason they end up doubling the X value of the objects involved in the chain when a flip action gets actuated. I have seen this enough times to consider it a flaw in Autodesk's dynamic block framework, but my only solution for my own needs with an inclined conveyor was to build two blocks, a left and a right. "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is also why I switched your block to allow non-uniform X and Y values - so it would allow mirroring which should not cause you an issue unless you export data from the block and depend on property values to tell you the correct data. Ojuris built you a beautiful version that I think is about as good as one can do in this situation - I'd run with it and use the mirror command when needed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, If there is a way to change your "Mark as Solved" I urge you to do so - Ojuris deserves credit for the solution - this would help him improve his rank in the forum. Unfortunately this thread is marked&amp;nbsp; as solved by yourself (which is an easy mistake to make).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good day!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 12:47:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10253485#M10127</guid>
      <dc:creator>rapidcad</dc:creator>
      <dc:date>2021-04-20T12:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic block with double rotation action</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10253717#M10128</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 13:55:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-with-double-rotation-action/m-p/10253717#M10128</guid>
      <dc:creator>rapidcad</dc:creator>
      <dc:date>2021-04-20T13:55:40Z</dc:date>
    </item>
  </channel>
</rss>

