<?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: formula in dynamic block in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/7261786#M24711</link>
    <description>&lt;P&gt;I tend to only use formulas when working with dimensional constraints. The Parameters Manager will make this much easier to work with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CVla8Ub" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/383415i7F74F3697675AA0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CVla8Ub" alt="CVla8Ub" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've attached two examples.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2017 16:42:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-28T16:42:05Z</dc:date>
    <item>
      <title>formula in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/6428367#M24704</link>
      <description>&lt;P&gt;i have a dynamic block with 2 attributes that the user will input himself. I have a third attribute that makes a sum of those 2 attributes. This attribute will only update after a regen-command. Is there a way to bypass this regen-necessity and update this attribute right away when the user makes his input?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2016 06:52:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/6428367#M24704</guid>
      <dc:creator>Unisolpaneel</dc:creator>
      <dc:date>2016-07-11T06:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: formula in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/6431953#M24705</link>
      <description>&lt;P&gt;There is no way to update attribute field values immediately without regen. &amp;nbsp;There are some ways to have automatically updating values without using fields, though. &amp;nbsp;See attached. &amp;nbsp;It doesn't use attributes, but rather the X and Y values are input on the properties palette.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 17:45:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/6431953#M24705</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2016-07-12T17:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: formula in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/6465386#M24706</link>
      <description>&lt;P&gt;Might be better to use User Parameters in your case along with dimensional constraints.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 18:33:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/6465386#M24706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T18:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: formula in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/7259820#M24707</link>
      <description>&lt;P&gt;Genius! I love it! So... the parameter is put in with an empty selection set, then the formula field uses the object that is the dimension?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 22:25:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/7259820#M24707</guid>
      <dc:creator>mbickelVMG55</dc:creator>
      <dc:date>2017-07-27T22:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: formula in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/7259869#M24708</link>
      <description>&lt;P&gt;I can't open your fields to see how they are put together. When I write the formula in the field, it works in block editor, but it doesn't auto update. When I re-open block editor, it says the field that I am referencing has been erased (when it clearly has not).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to select the proper attribute for the formula, and how to make it auto update?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 22:57:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/7259869#M24708</guid>
      <dc:creator>mbickelVMG55</dc:creator>
      <dc:date>2017-07-27T22:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: formula in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/7259891#M24709</link>
      <description>&lt;P&gt;I didn't use any fields in my example. &amp;nbsp;I used dimensions that have all linework hidden and then changed their values using the stretch actions. &amp;nbsp;That is why it updates immediately rather than after a regen.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 23:15:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/7259891#M24709</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2017-07-27T23:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: formula in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/7261762#M24710</link>
      <description>&lt;P&gt;I can somewhat re-create this, but the dimension number moved when I changed it. I still believe this is genius to find a number type that will auto update; I just wish I could reference it more conventionally. I will need to play with this more to use it with confidence.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my current application, I made several blocks instead of one dynamic one. It will be easier to share with my co-workers. I still have a lot of questions about this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the sum is additional dimensions, is this limited to positive numbers and numbers that can be dimension measurements? Also, the dimension measurement is clearly a parameter of an attribute. If I knew its name (the measurement parameter I mean), couldn't I use it in a field? Is there a catalog of the non-intuitive object&amp;nbsp;and parameter names in autocad?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is the field a feature of the block that cannot be used dynamically?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could I put in (to a dynamic block)&amp;nbsp;attribute fields that default to a formula... that includes another attribute field? Possibly they could be locked for user input?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not meaning to make this about a bigger topic, but it seems there is a lot possible with the fields that I just can't quite grasp because I don't know what these objects are or why they behave the way they do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 16:33:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/7261762#M24710</guid>
      <dc:creator>mbickelVMG55</dc:creator>
      <dc:date>2017-07-28T16:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: formula in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/7261786#M24711</link>
      <description>&lt;P&gt;I tend to only use formulas when working with dimensional constraints. The Parameters Manager will make this much easier to work with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CVla8Ub" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/383415i7F74F3697675AA0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CVla8Ub" alt="CVla8Ub" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've attached two examples.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 16:42:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/7261786#M24711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-28T16:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: formula in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/8124329#M24712</link>
      <description>&lt;P&gt;Are you sure that model is correct?&amp;nbsp; I don't see any dynamic blocks. I do get a "This application has detected a mixed version of AEC objects participating in this operation"&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 19:39:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/formula-in-dynamic-block/m-p/8124329#M24712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T19:39:51Z</dc:date>
    </item>
  </channel>
</rss>

