<?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: Parameters in Lists in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253706#M3801</link>
    <description>Does putting the "door_width = 0.900" in the Parameter Script actually do anything? I usually put them in the Master Script, thought that was the only one run before any of the other scripts.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
    <pubDate>Wed, 24 Oct 2018 09:26:25 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2018-10-24T09:26:25Z</dc:date>
    <item>
      <title>Parameters in Lists</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253701#M3796</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello!&lt;BR /&gt;
I have a problem with parameter that I need in Lists. I am trying to receive light width in window. I thought I may use 2d script and do some math in it: ac_wallhole_width - gs_frame_width - gs_frame_width_left = light_width. However this light_width-parameter does not update in parameter list (is 0.00), so it is useless for me. Is it somehow possible to update parameter in parameter list (after calculating it in 2dscript)? If not, how can I use parameters that are not accessible in listing? Is there any other way to export parameter (to for example to properties)?&lt;BR /&gt;
Thank you in advance!&lt;BR /&gt;
rav668&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 09:33:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253701#M3796</guid>
      <dc:creator>rav668</dc:creator>
      <dc:date>2023-05-24T09:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters in Lists</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253702#M3797</link>
      <description>- Calucalate the Parameter in Master Script&lt;BR /&gt;
- Overwrite the Parameter in Parameterscript with the Command PARAMETERS&lt;BR /&gt;
(no need to calculate in 2D again)</description>
      <pubDate>Fri, 19 Oct 2018 15:36:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253702#M3797</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2018-10-19T15:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters in Lists</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253703#M3798</link>
      <description>If you define something within a script other than the Parameter Script, it will overwrite what has been set in the Parameters. These can then be reflected back into the Parameter as Joachim has mentioned.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Mon, 22 Oct 2018 03:31:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253703#M3798</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2018-10-22T03:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters in Lists</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253704#M3799</link>
      <description>Thank you it works  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 24 Oct 2018 06:55:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253704#M3799</guid>
      <dc:creator>rav668</dc:creator>
      <dc:date>2018-10-24T06:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters in Lists</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253705#M3800</link>
      <description>Also a tip when setting parameter values.&lt;BR /&gt;
Don't just say ...&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;PARAMETERS door_width = 0.900&lt;/PRE&gt;

&lt;BR /&gt;
You should say ...&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;door_width = 0.900
PARAMETERS door_width = door_width&lt;/PRE&gt;

&lt;BR /&gt;
The first line will set the value of the parameter for use in the scripts.&lt;BR /&gt;
The second will change the parameter in the list.&lt;BR /&gt;
Otherwise it is possible for your scripts to be using a different value to what you see in the parameter list (you might want to just trust me on this one).&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 24 Oct 2018 07:05:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253705#M3800</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-10-24T07:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters in Lists</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253706#M3801</link>
      <description>Does putting the "door_width = 0.900" in the Parameter Script actually do anything? I usually put them in the Master Script, thought that was the only one run before any of the other scripts.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Wed, 24 Oct 2018 09:26:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253706#M3801</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2018-10-24T09:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters in Lists</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253707#M3802</link>
      <description>If there is a calculation involved in obtaining the value then I will usually do it in the Master Script.&lt;BR /&gt;
Setting the value in the Parameter Script doesn't change it for the other scripts but then setting the parameter does which is why it is always a good idea to do that.&lt;BR /&gt;
&lt;BR /&gt;
Also if the parameter is set in the Master Script it is a little more 'automatic' as the master script is run all the time (2D view, 3D view, opening object settings). &lt;BR /&gt;
If the parameter is defined in the Parameter Script, then it will only update when you are adjusting the parameters (or simply open the object settings and press OK).&lt;BR /&gt;
Usually this is not a problem as often you are adjusting the parameters in the settings so you don't notice.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 25 Oct 2018 01:01:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameters-in-Lists/m-p/253707#M3802</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-10-25T01:01:57Z</dc:date>
    </item>
  </channel>
</rss>

