<?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: Control over the ArchiCAD elements by GDL scripting in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Control-over-the-ArchiCAD-elements-by-GDL-scripting/m-p/276255#M7987</link>
    <description>Thank you Ralph.&lt;BR /&gt;
&lt;BR /&gt;
API is the next step for me. Anyway what I need I guess it is not possible using GDL. I thought I can define 2 surfaces as gsm objects and manage them via MVO, but will not work if those surfaces will be applied n Walls/Roofs, etc, ArchiCad elements.&lt;BR /&gt;
&lt;BR /&gt;
Will not work because Surfaces are attributes, and I think my code will not run, if I change a parameter, using MVO.&lt;BR /&gt;
&lt;BR /&gt;
I guess what I need is something like a penSet for Surfaces, if make sense.&lt;BR /&gt;
&lt;BR /&gt;
Let's say "Surface Set" In this way I can have different scenes, for the same model. I can have one wall, and the surface on that wall will change, based on Surface Set settings, from a particular 3D view.&lt;BR /&gt;
&lt;BR /&gt;
Hope to make sense.&lt;BR /&gt;
&lt;BR /&gt;
Regards, &lt;BR /&gt;
&lt;BR /&gt;
Daniel</description>
    <pubDate>Wed, 20 Apr 2016 13:21:14 GMT</pubDate>
    <dc:creator>Cosminn</dc:creator>
    <dc:date>2016-04-20T13:21:14Z</dc:date>
    <item>
      <title>Control over the ArchiCAD elements by GDL scripting</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Control-over-the-ArchiCAD-elements-by-GDL-scripting/m-p/276251#M7983</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello everyone,  &lt;BR /&gt;
 Is there a way to Control  ArchiCAD elements by GDL scripting or any other kind of script?  &lt;BR /&gt;
 &lt;BR /&gt;
For example if I want to quick change all the override surfaces of a certain walls, slabs and objects, to be able to make that from a script and to run it. &lt;BR /&gt;
 &lt;BR /&gt;
Also, If I need to change other elements to be able to do that as well using a run command, instead of select the  elements and to apply surfaces on them manually. &lt;BR /&gt;
 &lt;BR /&gt;
Hope to make sense to you, I heard that this is possible in other BIM softwares and I was wondering if we are able to do that in ArchiCad as well. &lt;BR /&gt;
 &lt;BR /&gt;
Any replies will be greatly appreciated.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Apr 2016 20:46:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Control-over-the-ArchiCAD-elements-by-GDL-scripting/m-p/276251#M7983</guid>
      <dc:creator>Cosminn</dc:creator>
      <dc:date>2016-04-13T20:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Control over the ArchiCAD elements by GDL scripting</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Control-over-the-ArchiCAD-elements-by-GDL-scripting/m-p/276252#M7984</link>
      <description>Certainly not with GDL.&lt;BR /&gt;
&lt;BR /&gt;
Maybe you could do something with an add-on that you can create (you'll need to discuss this in the developer's section of this forum).&lt;BR /&gt;
I have never delved into add-ons but I could imaging you would still have to manually select your elements for change before running the add-on.&lt;BR /&gt;
Or if you can make the add-on select the elements you would still have to feed it the search criteria in which case I would just use Find &amp;amp; Select and do it manually.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 14 Apr 2016 01:11:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Control-over-the-ArchiCAD-elements-by-GDL-scripting/m-p/276252#M7984</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2016-04-14T01:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Control over the ArchiCAD elements by GDL scripting</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Control-over-the-ArchiCAD-elements-by-GDL-scripting/m-p/276253#M7985</link>
      <description>Sorry for my late reply Barry, and thank you for your advice.&lt;BR /&gt;
&lt;BR /&gt;
I know that in AC_19 we can save a material as gsm, I've saved two of them and I tried to manage them, using MVO. but unfortunately I've had no success.&lt;BR /&gt;
&lt;BR /&gt;
If you have time Let me know if that can work for you, maybe I've missed something.&lt;BR /&gt;
&lt;BR /&gt;
Thank you so much for your help.</description>
      <pubDate>Mon, 18 Apr 2016 14:39:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Control-over-the-ArchiCAD-elements-by-GDL-scripting/m-p/276253#M7985</guid>
      <dc:creator>Cosminn</dc:creator>
      <dc:date>2016-04-18T14:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Control over the ArchiCAD elements by GDL scripting</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Control-over-the-ArchiCAD-elements-by-GDL-scripting/m-p/276254#M7986</link>
      <description>&lt;BLOCKQUOTE&gt;Cosminn wrote:&lt;BR /&gt;Hello everyone,  &lt;BR /&gt;
 Is there a way to Control  ArchiCAD elements by GDL scripting or any other kind of script? &lt;/BLOCKQUOTE&gt;
The ARCHICAD API is definitely what you want. Take a look in the developer forum. You could also look at &lt;A href="http://helpcenter.graphisoft.com/technotes/setup/software-technologies/getting-started-with-the-api-devkit/" target="_blank"&gt;this page&lt;/A&gt; for starters.</description>
      <pubDate>Wed, 20 Apr 2016 13:06:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Control-over-the-ArchiCAD-elements-by-GDL-scripting/m-p/276254#M7986</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2016-04-20T13:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Control over the ArchiCAD elements by GDL scripting</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Control-over-the-ArchiCAD-elements-by-GDL-scripting/m-p/276255#M7987</link>
      <description>Thank you Ralph.&lt;BR /&gt;
&lt;BR /&gt;
API is the next step for me. Anyway what I need I guess it is not possible using GDL. I thought I can define 2 surfaces as gsm objects and manage them via MVO, but will not work if those surfaces will be applied n Walls/Roofs, etc, ArchiCad elements.&lt;BR /&gt;
&lt;BR /&gt;
Will not work because Surfaces are attributes, and I think my code will not run, if I change a parameter, using MVO.&lt;BR /&gt;
&lt;BR /&gt;
I guess what I need is something like a penSet for Surfaces, if make sense.&lt;BR /&gt;
&lt;BR /&gt;
Let's say "Surface Set" In this way I can have different scenes, for the same model. I can have one wall, and the surface on that wall will change, based on Surface Set settings, from a particular 3D view.&lt;BR /&gt;
&lt;BR /&gt;
Hope to make sense.&lt;BR /&gt;
&lt;BR /&gt;
Regards, &lt;BR /&gt;
&lt;BR /&gt;
Daniel</description>
      <pubDate>Wed, 20 Apr 2016 13:21:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Control-over-the-ArchiCAD-elements-by-GDL-scripting/m-p/276255#M7987</guid>
      <dc:creator>Cosminn</dc:creator>
      <dc:date>2016-04-20T13:21:14Z</dc:date>
    </item>
  </channel>
</rss>

