<?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: Bill of Materials in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28852#M38053</link>
    <description>Have you considered using &lt;FONT color="red"&gt;Favorites&lt;/FONT&gt;? You might be able to do this a lot more easily using Favorites.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;  &lt;BR /&gt;
 &lt;BR /&gt;
woodster</description>
    <pubDate>Thu, 24 Feb 2005 00:49:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-02-24T00:49:10Z</dc:date>
    <item>
      <title>Bill of Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28849#M38050</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am building a Bill of Material database. I have created a few "super" parts, is there a way for me to script in the part to select the correct properties based on a set of parameters? (i.e.- a window ID of 3046 will choose a 3046) What is the variable that relates to the "Link Properties" in the parts? Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Barry&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:11:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28849#M38050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T10:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bill of Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28850#M38051</link>
      <description>Barry,&lt;BR /&gt;
Have you looked at the "Special Functions" in the&lt;BR /&gt;
GDL reference manual ?&lt;BR /&gt;
One of the REQUEST functions may be what you are looking for.&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Wed, 23 Feb 2005 22:51:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28850#M38051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-02-23T22:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bill of Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28851#M38052</link>
      <description>Peter,&lt;BR /&gt;
&lt;BR /&gt;
I don't think I'm explaining the question properly. I have a window part that I have added manufacturers part numbers to. This allows the drafter to choose the window part number they want and the script adjusts everything else for them. What I need the part to do now is take the manufacturers ID that was chosen by the drafter and associate it to a property that I have created in the database, thereby creating a bill of materials return. I have started trying it another way, by creating criteria for the property to be selected. What I need to figure out now is how to get the glod_id to be equal to my parameter man_id, or any way that I can get the listing id to duplicate the man_id without the drafter having to manually enter it. I am trying to keep this "simple/stupid" for the drafter. Thanks. &lt;BR /&gt;
&lt;BR /&gt;
Barry</description>
      <pubDate>Wed, 23 Feb 2005 23:26:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28851#M38052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-02-23T23:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bill of Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28852#M38053</link>
      <description>Have you considered using &lt;FONT color="red"&gt;Favorites&lt;/FONT&gt;? You might be able to do this a lot more easily using Favorites.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;  &lt;BR /&gt;
 &lt;BR /&gt;
woodster</description>
      <pubDate>Thu, 24 Feb 2005 00:49:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28852#M38053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-02-24T00:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bill of Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28853#M38054</link>
      <description>Woodster,&lt;BR /&gt;
&lt;BR /&gt;
I don't think favorites will help with Bill of Materials issue. The drafters have the ability to choose the part number from a pick box in the part. My problem is getting a single library part to list multiple types of properties in the calculation part of the program. Typically each library part has only one property assigned to it. I want the library part to select the needed property by the values assigned in the part. Thanks for your help.&lt;BR /&gt;
&lt;BR /&gt;
Barry</description>
      <pubDate>Thu, 24 Feb 2005 00:57:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28853#M38054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-02-24T00:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bill of Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28854#M38055</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;I am building a Bill of Material database. I have created a few "super" parts, is there a way for me to script in the part to select the correct properties based on a set of parameters? (i.e.- a window ID of 3046 will choose a 3046) What is the variable that relates to the "Link Properties" in the parts? Thanks.&lt;/BLOCKQUOTE&gt;

Barry,&lt;BR /&gt;
&lt;BR /&gt;
I believe you want to write a custom Property script &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;inside &lt;E&gt;&lt;/E&gt;the window object (or CALL such as script from the Property script &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;inside &lt;E&gt;&lt;/E&gt;the object).&lt;BR /&gt;
&lt;BR /&gt;
This is different than linking a stand-alone Property Object to an element based on criteria.  In doing that linkage, you cannot have dynamic adjustments as you are describing AFAIK ... (without using user global variables, perhaps...although I haven't experimented with the evaluation order to see if even that would work).&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
Karl&lt;BR /&gt;
&lt;BR /&gt;
PS  We're starting to have various overlapping forums in which to address these kinds of questions.  The Components, Descriptors and Property Script portions of a GDL object clearly fall into this forum, but they also fall into the new Calculate forum  (and, to some extent, Data Exchange).  Whew.</description>
      <pubDate>Thu, 24 Feb 2005 03:09:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28854#M38055</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2005-02-24T03:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bill of Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28855#M38056</link>
      <description>Karl,&lt;BR /&gt;
&lt;BR /&gt;
Thanks you for your input. It appears not many Archicad users actually use the Bill of Materials component of the program. I might have to rely more on the drafters than I previously hoped to. Thanks again.&lt;BR /&gt;
&lt;BR /&gt;
Barry</description>
      <pubDate>Thu, 24 Feb 2005 03:18:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Bill-of-Materials/m-p/28855#M38056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-02-24T03:18:25Z</dc:date>
    </item>
  </channel>
</rss>

