<?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: Defining values of ArchiCAD propoerties through a GDL script in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Defining-values-of-ArchiCAD-propoerties-through-a-GDL-script/m-p/605689#M6670</link>
    <description>&lt;P&gt;You can read property with addon &lt;A href="https://github.com/kuvbur/AddOn_SomeStuff/wiki/List-of-possible-commands-in-property-descriptions-(gtanslate-version)" target="_self"&gt;ttps://github.com/kuvbur/AddOn_SomeStuff&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2024 14:03:37 GMT</pubDate>
    <dc:creator>kuvbur</dc:creator>
    <dc:date>2024-05-29T14:03:37Z</dc:date>
    <item>
      <title>Defining values of ArchiCAD propoerties through a GDL script</title>
      <link>https://community.graphisoft.com/t5/GDL/Defining-values-of-ArchiCAD-propoerties-through-a-GDL-script/m-p/605654#M6663</link>
      <description>&lt;P&gt;Is it possible to set ArchiCAD property values through a GDL script? E.g. I am creating a library of objects, where I want to include information about the Manufacturer, Product Name and Article No.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All these are preset ArchiCAD properties.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So far I could only get these included in the Description tab of each object, but I cannot link these with properties.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GDL.JPG" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/61486i5DD32D982D0FAC93/image-size/large?v=v2&amp;amp;px=999" role="button" title="GDL.JPG" alt="GDL.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 11:11:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Defining-values-of-ArchiCAD-propoerties-through-a-GDL-script/m-p/605654#M6663</guid>
      <dc:creator>PeterPetersen</dc:creator>
      <dc:date>2024-05-30T11:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Defining values of ArchiCAD propoerties through a GDL script</title>
      <link>https://community.graphisoft.com/t5/GDL/Defining-values-of-ArchiCAD-propoerties-through-a-GDL-script/m-p/605658#M6664</link>
      <description>&lt;P&gt;An Archicad object (GDL) does not have properties - only parameters.&lt;/P&gt;
&lt;P&gt;Only a placed instance of that object has properties base on its classification.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And a property can not read object parameters unfortunately so you can't create an expression to read an object's parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 09:02:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Defining-values-of-ArchiCAD-propoerties-through-a-GDL-script/m-p/605658#M6664</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-05-29T09:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Defining values of ArchiCAD propoerties through a GDL script</title>
      <link>https://community.graphisoft.com/t5/GDL/Defining-values-of-ArchiCAD-propoerties-through-a-GDL-script/m-p/605662#M6665</link>
      <description>&lt;P&gt;Thanks Barry, you saved me quite some time trying.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 09:06:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Defining-values-of-ArchiCAD-propoerties-through-a-GDL-script/m-p/605662#M6665</guid>
      <dc:creator>PeterPetersen</dc:creator>
      <dc:date>2024-05-29T09:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Defining values of ArchiCAD propoerties through a GDL script</title>
      <link>https://community.graphisoft.com/t5/GDL/Defining-values-of-ArchiCAD-propoerties-through-a-GDL-script/m-p/605664#M6666</link>
      <description>&lt;P&gt;As Barry mentioned, it's not possible to convert GDL parameters into properties.&lt;/P&gt;
&lt;P&gt;But there's a possibility to convert those into ifcValues, which you can label / put them together in a schedule / export to ifc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm a bit lazy to translate, but since your screenshot is in german, here's an old forum post in german explaining the steps:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Modellierung/Etikett-f%C3%BCr-Stahlbauteile/m-p/561870/highlight/true#M66281" target="_blank"&gt;https://community.graphisoft.com/t5/Modellierung/Etikett-f%C3%BCr-Stahlbauteile/m-p/561870/highlight/true#M66281&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And there's a video (also in german) by &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/3542"&gt;@Lukas Oelmueller&lt;/a&gt; that covers the topic:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=g6EI0H9yt5c" target="_blank"&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe width="200" height="112" src="https://www.youtube.com/embed/g6EI0H9yt5c?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen="" title="ArchicadXX - Etiketieren von GDL Eigenschaften ohne zu scripten"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 09:35:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Defining-values-of-ArchiCAD-propoerties-through-a-GDL-script/m-p/605664#M6666</guid>
      <dc:creator>Xandros</dc:creator>
      <dc:date>2024-05-29T09:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Defining values of ArchiCAD propoerties through a GDL script</title>
      <link>https://community.graphisoft.com/t5/GDL/Defining-values-of-ArchiCAD-propoerties-through-a-GDL-script/m-p/605689#M6670</link>
      <description>&lt;P&gt;You can read property with addon &lt;A href="https://github.com/kuvbur/AddOn_SomeStuff/wiki/List-of-possible-commands-in-property-descriptions-(gtanslate-version)" target="_self"&gt;ttps://github.com/kuvbur/AddOn_SomeStuff&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 14:03:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Defining-values-of-ArchiCAD-propoerties-through-a-GDL-script/m-p/605689#M6670</guid>
      <dc:creator>kuvbur</dc:creator>
      <dc:date>2024-05-29T14:03:37Z</dc:date>
    </item>
  </channel>
</rss>

