<?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: Non stretchy doors in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125500#M24682</link>
    <description>You can lock the value of A by using values lists.&lt;BR /&gt;
1. Set a list of values for modul in the parameters script&lt;BR /&gt;
    values "modul" "M7", "M8", "M9"&lt;BR /&gt;
2. Define values lists for A depending on which value is selected.&lt;BR /&gt;
    if modul = "M7" then values "A" 0.700&lt;BR /&gt;
    if modul = "M8" then values "A" 0.800&lt;BR /&gt;
    if modul = "M9" then values "A" 0.900&lt;BR /&gt;
That's enough to set and lock the parameters in one shot.</description>
    <pubDate>Tue, 28 Apr 2009 19:20:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-04-28T19:20:03Z</dc:date>
    <item>
      <title>Non stretchy doors</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125497#M24679</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi&lt;BR /&gt;
I'm doing a door object for calculation purpose.&lt;BR /&gt;
My q is:&lt;BR /&gt;
How can I do non-stretchy (fixed) doors where users are disabled to use the A value?&lt;BR /&gt;
Nicolaj&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 08:57:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125497#M24679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T08:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Non stretchy doors</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125498#M24680</link>
      <description>hvid:&lt;BR /&gt;
&lt;BR /&gt;
The approach will depend on the door(s) you are using. At the beginning of the Master Script you could add a line:&lt;BR /&gt;
&lt;FONT color="blue"&gt;A=2'-6"&lt;/FONT&gt;&lt;BR /&gt;
which would set A to the prescribed size and ignore the user's input (so you should probably add a Lock statement for A so the user realizes that they cannot change A).&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Tue, 28 Apr 2009 11:12:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125498#M24680</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2009-04-28T11:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Non stretchy doors</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125499#M24681</link>
      <description>Hi David&lt;BR /&gt;
This was my first idea as well but....&lt;BR /&gt;
the thing is that I want 4-6 different predefined (fixed) sizes of doors.&lt;BR /&gt;
&lt;BR /&gt;
If modul = `M7` then A= .7&lt;BR /&gt;
If modul = `M8` then A= .8&lt;BR /&gt;
an so on.&lt;BR /&gt;
&lt;BR /&gt;
another thing is that even the A is locked (Lock "A") the user is still able to stretch the doorhole graphically which is not the intention.&lt;BR /&gt;
Is Wallhole2 the answer?&lt;BR /&gt;
&lt;BR /&gt;
Nicolaj</description>
      <pubDate>Tue, 28 Apr 2009 11:53:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125499#M24681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-28T11:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Non stretchy doors</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125500#M24682</link>
      <description>You can lock the value of A by using values lists.&lt;BR /&gt;
1. Set a list of values for modul in the parameters script&lt;BR /&gt;
    values "modul" "M7", "M8", "M9"&lt;BR /&gt;
2. Define values lists for A depending on which value is selected.&lt;BR /&gt;
    if modul = "M7" then values "A" 0.700&lt;BR /&gt;
    if modul = "M8" then values "A" 0.800&lt;BR /&gt;
    if modul = "M9" then values "A" 0.900&lt;BR /&gt;
That's enough to set and lock the parameters in one shot.</description>
      <pubDate>Tue, 28 Apr 2009 19:20:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125500#M24682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-28T19:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Non stretchy doors</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125501#M24683</link>
      <description>Thanks a lot - it works&lt;BR /&gt;
Why is it we need the " " with the "A" value?&lt;BR /&gt;
&lt;BR /&gt;
Nicolaj</description>
      <pubDate>Fri, 01 May 2009 13:06:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125501#M24683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-01T13:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Non stretchy doors</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125502#M24684</link>
      <description>While Andrew may have a more technical description, the quotes are necessary around the "A" because that is the variable being affected by the VALUES statement. The syntax is VALUES "variable" possible_value_1, possible_value_2,...possible_value_n.  Furthermore, if the possible values are strings rather than numeric, they to would be in quotes.&lt;BR /&gt;
&lt;BR /&gt;
HTH</description>
      <pubDate>Fri, 01 May 2009 13:30:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Non-stretchy-doors/m-p/125502#M24684</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2009-05-01T13:30:07Z</dc:date>
    </item>
  </channel>
</rss>

