<?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 Make a Double Lookup in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/12138993#M26637</link>
    <description>&lt;P&gt;I found a similar way to do 2 lookups, but with one Lookup. You can add multiple parameters to a single lookup action. This also provides the ability to do asymmetrical lookups. For example, in the attached block, I have Width (X) and Height (Y) stretch parameters. With 2 lookups, selecting a value changes the height and width using the same value, i.e. a square. But with the lookup in this sample, I can implement a table with x and y of different values.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 16:20:06 GMT</pubDate>
    <dc:creator>Ed__Jobe</dc:creator>
    <dc:date>2023-07-31T16:20:06Z</dc:date>
    <item>
      <title>How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/5785708#M26618</link>
      <description>&lt;P&gt;Double lookups are so darn useful and slightly tricky to make so&amp;nbsp;I figured I'd make a screencast in a dedicated thread that shows exactly how to make one and how to select each of the tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="fbf4b7f2-ed44-40f5-a3bd-50138a7c8ff0" class="myscreencast-iframe iframe-container active-myscreencast"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/fbf4b7f2-ed44-40f5-a3bd-50138a7c8ff0" width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="display: inline;"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Aug 2015 21:20:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/5785708#M26618</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2015-08-24T21:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/5786282#M26619</link>
      <description>&lt;P&gt;Libbya, thank you so much for posting this!!&amp;nbsp; I was a bit lost from our previous thread as I've not used lookups before but this is awesome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;cmaso&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 07:52:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/5786282#M26619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T07:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/5786765#M26620</link>
      <description>&lt;P&gt;Nice update.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/dynamic-blocks/double-dynamic-lookups/m-p/4379234/highlight/true#M15594" target="_blank"&gt;http://forums.autodesk.com/t5/dynamic-blocks/double-dynamic-lookups/m-p/4379234/highlight/true#M15594&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:18:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/5786765#M26620</guid>
      <dc:creator>Charles_Shade</dc:creator>
      <dc:date>2015-08-25T14:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/5786799#M26621</link>
      <description>&lt;P&gt;I didn't realize you had posted that. Still, it's nice to have the advanced options in the forum post, e.g. to be able to make it go fullscreen. &amp;nbsp;I also intentionally moved extra-slowly so&amp;nbsp;folks can see what actions are required. &amp;nbsp;The commands at the bottom are also a nice addition although it is incorrect. &amp;nbsp;Where it says 'add basepoint' is actually adding a double lookup and single lookup.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:36:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/5786799#M26621</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2015-08-25T14:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/5786850#M26622</link>
      <description>&lt;P&gt;As shown in the screencast, in order to see both of the lookup tables that are associated with the double lookup, it is necessary to have the system variable BACTIONBARMODE=0. &amp;nbsp;when BACTIONBARMODE equals zero it also makes it possible to add an action to another action's selection set. &amp;nbsp;This is particularly useful for getting everything working correctly with flips. &amp;nbsp;I usually keep that variable set to 0 but sometimes it is useful to switch it to 1 when I want to select all linwork and parameters, but not any actions. &amp;nbsp;I got tired of typing out the whole name so I made this simple LISP that defines the command 'BA' which will toggle the BACTIONBARMODE system variable between 0 and 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(defun c:BA
  ( / )
  (if (= (getvar "bactionbarmode") 1)
	(setvar "bactionbarmode" 0)
	(setvar "bactionbarmode" 1))
  (princ)
  )&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:54:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/5786850#M26622</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2015-08-25T14:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11392799#M26623</link>
      <description>&lt;P&gt;Mechanical 2020 does not have an option to add a second lookup. Am I doing something wrong?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chris_blessing_0-1661949245687.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1110192i4C2CF02B07175506/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chris_blessing_0-1661949245687.png" alt="chris_blessing_0-1661949245687.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 12:34:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11392799#M26623</guid>
      <dc:creator>chris_blessing</dc:creator>
      <dc:date>2022-08-31T12:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11393370#M26624</link>
      <description>&lt;P&gt;You are trying to create a tool from the lookup action instead of the lookup parameter.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 16:21:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11393370#M26624</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2022-08-31T16:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11398311#M26625</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/358705"&gt;@Libbya&lt;/a&gt;&amp;nbsp;That would do it, thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 19:04:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11398311#M26625</guid>
      <dc:creator>chris_blessing</dc:creator>
      <dc:date>2022-09-02T19:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11695365#M26626</link>
      <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2023 11:06:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11695365#M26626</guid>
      <dc:creator>rene.avilazng</dc:creator>
      <dc:date>2023-01-21T11:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11765210#M26627</link>
      <description>&lt;P&gt;why I don't have those 2 lightning thing, what I got after inserting double lookup is a small box just like this.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-19 114823.png" style="width: 112px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1178424iA22FFCFB677A9BC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-02-19 114823.png" alt="Screenshot 2023-02-19 114823.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 08:49:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11765210#M26627</guid>
      <dc:creator>JoseMandirigma</dc:creator>
      <dc:date>2023-02-19T08:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11765419#M26628</link>
      <description>&lt;P&gt;I took the time in the initial screencast to specifically address that.&amp;nbsp; You might want to watch it again.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 12:55:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11765419#M26628</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2023-02-19T12:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11769007#M26629</link>
      <description>&lt;P&gt;which part of the video? first you copy lookup (parameters), pasted it, move it on top of basepoint then change its properties and used it. which part did I miss?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 06:33:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11769007#M26629</guid>
      <dc:creator>JoseMandirigma</dc:creator>
      <dc:date>2023-02-21T06:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11769771#M26630</link>
      <description>&lt;P&gt;The part right after that in the video.&amp;nbsp; You also didn't bother to read the posts.&amp;nbsp; You are taking spoon-feeding to a whole new level.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 12:45:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11769771#M26630</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2023-02-21T12:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11774964#M26631</link>
      <description>&lt;P&gt;I understand now. Additionally, you mentioned to watch it again based on your initial response. However, in the video, it didn't demonstrate how to change the variable, and it was only discussed in a post which I didn't bother to read. That was my mistake.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 05:40:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11774964#M26631</guid>
      <dc:creator>JoseMandirigma</dc:creator>
      <dc:date>2023-02-23T05:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11775871#M26632</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6121786"&gt;@JoseMandirigma&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;...However, in the video, it didn't demonstrate how to change the variable...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That is not true.&amp;nbsp; At 1:54 in the video I start typing it in and the value is changed to 1 at ~2:08 in order to show the alternate display of the tables.&amp;nbsp; I type it in again and change it back to 0 at the end of the video.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 13:10:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11775871#M26632</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2023-02-23T13:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11782121#M26633</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Oh darn, my bad. How did I miss that? I rewatched the entire video and didn't see you change the variable before. Sorry about that, and thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Feb 2023 11:54:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/11782121#M26633</guid>
      <dc:creator>JoseMandirigma</dc:creator>
      <dc:date>2023-02-26T11:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/12133165#M26634</link>
      <description>&lt;P&gt;Is it possible to copy visibility states?&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/358705"&gt;@Libbya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 10:12:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/12133165#M26634</guid>
      <dc:creator>JackTryMC</dc:creator>
      <dc:date>2023-07-28T10:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/12133227#M26635</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12014199"&gt;@JackTryMC&lt;/a&gt;&amp;nbsp;No you cannot copy visibility states between blocks. You need to create them again in the new block.&lt;/P&gt;
&lt;P&gt;Or save the old block as the new block. I would also suggest starting a new thread with your exact problem&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 10:36:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/12133227#M26635</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2023-07-28T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/12133956#M26636</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12014199"&gt;@JackTryMC&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Is it possible to copy visibility states?&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/358705"&gt;@Libbya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yeah, start a new thread.&amp;nbsp; Your question doesn't really have anything to do with the thread topic.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 16:49:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/12133956#M26636</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2023-07-28T16:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Double Lookup</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/12138993#M26637</link>
      <description>&lt;P&gt;I found a similar way to do 2 lookups, but with one Lookup. You can add multiple parameters to a single lookup action. This also provides the ability to do asymmetrical lookups. For example, in the attached block, I have Width (X) and Height (Y) stretch parameters. With 2 lookups, selecting a value changes the height and width using the same value, i.e. a square. But with the lookup in this sample, I can implement a table with x and y of different values.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 16:20:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-make-a-double-lookup/m-p/12138993#M26637</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-07-31T16:20:06Z</dc:date>
    </item>
  </channel>
</rss>

