<?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: Setting IFC Data to a Library Part in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267200#M5419</link>
    <description>&lt;BLOCKQUOTE&gt;gehairing wrote:&lt;BR /&gt;(Especially because nobody of the GS team gives answers.&lt;/BLOCKQUOTE&gt;

Because this is a User forum. User are giving answers to users. Users helping each other out. &lt;BR /&gt;
Sometimes people from Graphisoft do chime in, but that is not to be expected. They are busy developing the best architectural BIM application for us. &lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;</description>
    <pubDate>Tue, 15 Mar 2016 12:08:14 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2016-03-15T12:08:14Z</dc:date>
    <item>
      <title>Setting IFC Data to a Library Part</title>
      <link>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267197#M5416</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello the Forum &lt;IMG style="display: inline;" src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" border="0" /&gt;&lt;BR /&gt;&lt;BR /&gt;In another post i have related my difficulty to get an API_Guid for a Library Part. My problem is not resolved but here i'll ask a question for the same subject in a different manner. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I download a LibraryPart from a web server.&lt;BR /&gt;Once downloaded i set a serie of parameter in this library part. Each time the user place the LibPart object in the model, the instance has all the parameters i've added. That works fine.&lt;BR /&gt;&lt;BR /&gt;I want also to set a serie of IFC parameters in this Library part. I don't know how to do this (because i can't get an API_Guid for the LibPart)&lt;BR /&gt;&lt;BR /&gt;What i can do is :&lt;BR /&gt;- Download the LibPart,&lt;BR /&gt;- Wait until user places an instance of it in the model by using callback events and detect the right object,&lt;BR /&gt;- Apply the IFC data to the instance of the LibPart.&lt;BR /&gt;&lt;BR /&gt;But this is not correct for me &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;Because the next time the user will insert the same LibPart the IFC Data will not be attached to the new instance of the LibPart.&lt;BR /&gt;&lt;BR /&gt;My question is : Is it possible to set IFC data in an Library Part with the API ?&lt;BR /&gt;(it is possible to do it in the user interface)&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Jul 2023 14:58:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267197#M5416</guid>
      <dc:creator>gehairing</dc:creator>
      <dc:date>2023-07-05T14:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IFC Data to a Library Part</title>
      <link>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267198#M5417</link>
      <description>&lt;BLOCKQUOTE&gt;gehairing wrote:&lt;BR /&gt;My question is : Is it possible to set IFC data in an Library Part with the API ?&lt;/BLOCKQUOTE&gt;
No, that isn't possible. IFC properties can be attached to &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;instances&lt;E&gt;&lt;/E&gt; of an object placed in the floor plan through the API, but not to the library part itself. Also, the library part unique ID is not a single guid like an element – it is more like a pair of guids for the part and it's versioning.&lt;BR /&gt;
&lt;BR /&gt;
You can map IFC properties and values to elements or element data using ARCHICAD's IFC configuration, but I'm not sure an add-on could change that on the fly when new library parts are downloaded.</description>
      <pubDate>Mon, 14 Mar 2016 15:10:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267198#M5417</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2016-03-14T15:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IFC Data to a Library Part</title>
      <link>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267199#M5418</link>
      <description>Hi Ralph,&lt;BR /&gt;
&lt;BR /&gt;
Again i have to thank you for your answer  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cool.gif" style="display : inline;" /&gt;&lt;BR /&gt;
I am very happy that someone experienced like you gives answers here.&lt;BR /&gt;
(Especially because nobody of the GS team gives answsers...i am waiting for a short answer to a few eMails i wrote...months ago &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt; ).&lt;BR /&gt;
&lt;BR /&gt;
It's a shame we cannot set the IFC Properties on the definition of the object. Especially because in the user interface we can do it.&lt;BR /&gt;
&lt;BR /&gt;
So for the moment i do the trick i described in my previous message.</description>
      <pubDate>Mon, 14 Mar 2016 15:26:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267199#M5418</guid>
      <dc:creator>gehairing</dc:creator>
      <dc:date>2016-03-14T15:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IFC Data to a Library Part</title>
      <link>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267200#M5419</link>
      <description>&lt;BLOCKQUOTE&gt;gehairing wrote:&lt;BR /&gt;(Especially because nobody of the GS team gives answers.&lt;/BLOCKQUOTE&gt;

Because this is a User forum. User are giving answers to users. Users helping each other out. &lt;BR /&gt;
Sometimes people from Graphisoft do chime in, but that is not to be expected. They are busy developing the best architectural BIM application for us. &lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 15 Mar 2016 12:08:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267200#M5419</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2016-03-15T12:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IFC Data to a Library Part</title>
      <link>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267201#M5420</link>
      <description>Hi Laszlo,&lt;BR /&gt;
&lt;BR /&gt;
Yes, I can understand what you mean for the forum. It is better to let "users help users" in priority. But when you see posts with no answers for days/weeks i would find it smart that some of the dev team gives a quick answer from time to time. Of course, I don't speak only about my posts &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Anyway...i'll not change this &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
I do very few dev's with Archicad API. I work mostly for the Revit, 3DSMax, SKP and Rhino APIs where i have no problems because i am used to since years.</description>
      <pubDate>Tue, 15 Mar 2016 12:47:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267201#M5420</guid>
      <dc:creator>gehairing</dc:creator>
      <dc:date>2016-03-15T12:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IFC Data to a Library Part</title>
      <link>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267202#M5421</link>
      <description>&lt;BLOCKQUOTE&gt;gehairing wrote:&lt;BR /&gt;Hi Laszlo,&lt;BR /&gt;
&lt;BR /&gt;
Yes, I can understand what you mean for the forum. It is better to let "users help users" in priority. But when you see posts with no answers for days/weeks i would find it smart that some of the dev team gives a quick answer from time to time. Of course, I don't speak only about my posts &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Anyway...i'll not change this &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
I do very few dev's with Archicad API. I work mostly for the Revit, 3DSMax, SKP and Rhino APIs where i have no problems because i am used to since years.&lt;/BLOCKQUOTE&gt;

True, it's very hectic at the moment, and I'm sorry &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; . And kudos to Master Ralph for helping out &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
BTW, I'm working on a new site where we can get most of the API developer communication into one channel, and also provide up-to-date documentation, tips&amp;amp;tricks and the like. So expect some news around the ARCHICAD 20 release... &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Ákos</description>
      <pubDate>Fri, 18 Mar 2016 18:00:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Setting-IFC-Data-to-a-Library-Part/m-p/267202#M5421</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2016-03-18T18:00:41Z</dc:date>
    </item>
  </channel>
</rss>

