<?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: Putting a range on set values in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220013#M2558</link>
    <description>PUT 0.71, 1, 1.22, 1.6, 1.98&lt;BR /&gt;
IF ch &amp;gt;= 2.2 THEN PUT  2.4&lt;BR /&gt;
&lt;BR /&gt;
VALUES "upright_height" GET(NSP)</description>
    <pubDate>Sat, 04 May 2019 13:49:39 GMT</pubDate>
    <dc:creator>Jochen Suehlo</dc:creator>
    <dc:date>2019-05-04T13:49:39Z</dc:date>
    <item>
      <title>Putting a range on set values</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220006#M2551</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I'd like to be able to put a range on a parameter that has set values.&lt;BR /&gt;
&lt;BR /&gt;
My values are these:
&lt;PRE&gt;values "upright_height" 0.71, 1, 1.22, 1.6, 1.98, 2.4&lt;/PRE&gt;

But I want to be able to add a max range of something that might be less than 2.4 so ideally my values would remove the 2.4, how can I add this?&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 May 2019 14:49:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220006#M2551</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2019-05-01T14:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a range on set values</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220007#M2552</link>
      <description>Not quite sure I follow what you want but you can add a RANGE option to your VALUE list.&lt;BR /&gt;
See the example in the GDL manual.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 02 May 2019 01:06:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220007#M2552</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-05-02T01:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a range on set values</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220008#M2553</link>
      <description>For example I might set ceiling height to 2.2m therefore having my upright height at 2.4 doesn't work so I'd like to remove that from my values list. So it was automatically only give me the options of 0.71, 1, 1.22, 1.6, 1.98 and remove the 2.4.&lt;BR /&gt;
&lt;BR /&gt;
I hope this helps to explain what I'm trying to achieve a bit clearer.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Thu, 02 May 2019 09:07:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220008#M2553</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2019-05-02T09:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a range on set values</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220009#M2554</link>
      <description>Sounds like you need a few IF ... THEN statements to check for the range and then define values.&lt;BR /&gt;
&lt;BR /&gt;
This would work if ceiling height is a parameter in your object.</description>
      <pubDate>Thu, 02 May 2019 09:12:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220009#M2554</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2019-05-02T09:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a range on set values</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220010#M2555</link>
      <description>I knew it would be possible with IF's but I was curious as to if there was a simple way of doing it.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Thu, 02 May 2019 09:50:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220010#M2555</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2019-05-02T09:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a range on set values</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220011#M2556</link>
      <description>You can use get() in Values* command (without RANGE)...&lt;BR /&gt;
&lt;BR /&gt;
Piotr</description>
      <pubDate>Thu, 02 May 2019 13:26:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220011#M2556</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2019-05-02T13:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a range on set values</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220012#M2557</link>
      <description>I haven't ever used this and the reference guide doesn't really explain how to use it. Do you have any very basic examples of how I might use it? &lt;BR /&gt;
&lt;BR /&gt;
Thanks very much</description>
      <pubDate>Thu, 02 May 2019 13:46:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220012#M2557</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2019-05-02T13:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a range on set values</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220013#M2558</link>
      <description>PUT 0.71, 1, 1.22, 1.6, 1.98&lt;BR /&gt;
IF ch &amp;gt;= 2.2 THEN PUT  2.4&lt;BR /&gt;
&lt;BR /&gt;
VALUES "upright_height" GET(NSP)</description>
      <pubDate>Sat, 04 May 2019 13:49:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Putting-a-range-on-set-values/m-p/220013#M2558</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2019-05-04T13:49:39Z</dc:date>
    </item>
  </channel>
</rss>

