<?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: Import Parameters in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289945#M9927</link>
    <description>Use the syringe (CTRL + ALT or CMD + ALT) to select the other object. It will retain the similar parameters this way.</description>
    <pubDate>Tue, 11 Aug 2015 06:48:29 GMT</pubDate>
    <dc:creator>Erwin Edel</dc:creator>
    <dc:date>2015-08-11T06:48:29Z</dc:date>
    <item>
      <title>Import Parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289944#M9926</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi Guys, &lt;BR /&gt;
Is there a way to import parameters automatically from one object to other, instead of retype them one by one?&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Aug 2015 12:47:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289944#M9926</guid>
      <dc:creator>Cosminn</dc:creator>
      <dc:date>2015-08-10T12:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Import Parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289945#M9927</link>
      <description>Use the syringe (CTRL + ALT or CMD + ALT) to select the other object. It will retain the similar parameters this way.</description>
      <pubDate>Tue, 11 Aug 2015 06:48:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289945#M9927</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2015-08-11T06:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Import Parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289946#M9928</link>
      <description>&lt;BLOCKQUOTE&gt;Erwin wrote:&lt;BR /&gt;Use the syringe (CTRL + ALT or CMD + ALT) to select the other object. It will retain the similar parameters this way.&lt;/BLOCKQUOTE&gt;

This will copy all of the values of parameters from one object to another with the same parameters.&lt;BR /&gt;
It doesn't copy the parameters themselves if you are trying to script an object.&lt;BR /&gt;
&lt;BR /&gt;
You are stuck creating them one by one unless you save an object that has the parameters you want with the 'Use as Subtype' button ticked (top of the scripting dialogue).&lt;BR /&gt;
This will create a subtype that you can then use in other objects.&lt;BR /&gt;
Add or delete parameters in the original object and all those using that subtype should automatically adjust.&lt;BR /&gt;
You can set custom values in each object and hide those parameters you don't want to use.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 11 Aug 2015 07:40:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289946#M9928</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2015-08-11T07:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Import Parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289947#M9929</link>
      <description>There is a way&lt;BR /&gt;
&lt;BR /&gt;
Use the XML converter tool to convert both objects to XML. Then cut and paste the parameter sections in the xml, then convert the XML back to GDL.</description>
      <pubDate>Tue, 11 Aug 2015 22:17:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289947#M9929</guid>
      <dc:creator>Ben Cohen</dc:creator>
      <dc:date>2015-08-11T22:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Import Parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289948#M9930</link>
      <description>Slightly off topic, but does anyone have a good explanation or tutorial for how to use the XLM converter?</description>
      <pubDate>Wed, 12 Aug 2015 00:24:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289948#M9930</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2015-08-12T00:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Import Parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289949#M9931</link>
      <description>Hi Erich&lt;BR /&gt;
&lt;BR /&gt;
I use applescript to convert the files - here is an example&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;do shell script "Applications/Graphisoft/ArchiCAD\\ 18/LP_XMLConverter.app/Contents/MacOS/LP_XMLConverter x2l /XMLHOLDING/ /Applications/MacLibDevKits/GDLPROCESSED/"
set alertResult to display alert "XML now converted to GDL"
&lt;/PRE&gt;

note: x2l is the command to convert the xml to library part. l2x will convert GDL to xml.&lt;BR /&gt;
It will work 'as is' if you place two folders directly in your hard drive - called 'XMLHOLDING' and 'GDLPROCESSED'</description>
      <pubDate>Wed, 12 Aug 2015 00:38:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289949#M9931</guid>
      <dc:creator>Ben Cohen</dc:creator>
      <dc:date>2015-08-12T00:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Import Parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289950#M9932</link>
      <description>Ben, &lt;BR /&gt;
&lt;BR /&gt;
So in your example you would place your XML files in the folder called XMLHOLDING then run the script and get the processed GDL files that would then be located in the folder GDLPROCESSED. Right?&lt;BR /&gt;
&lt;BR /&gt;
Would the script going the other way GDL==&amp;gt;XML look like this?&lt;BR /&gt;

&lt;PRE&gt;do shell script "Applications/Graphisoft/ArchiCAD\\ 18/LP_XMLConverter.app/Contents/MacOS/LP_XMLConverter l2x /GDLHOLDING/ /Applications/MacLibDevKits/XMLPROCESSED/" 
set alertResult to display alert "GDL now converted to XML"&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:42:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289950#M9932</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2015-08-12T13:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Import Parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289951#M9933</link>
      <description>That should do the trick.&lt;BR /&gt;
There is more information on the commands in the converter help file. I think its only available in one of the developer downloads.</description>
      <pubDate>Wed, 12 Aug 2015 22:57:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289951#M9933</guid>
      <dc:creator>Ben Cohen</dc:creator>
      <dc:date>2015-08-12T22:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Import Parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289952#M9934</link>
      <description>Thank you guys. &lt;BR /&gt;
So sorry for late reply. I think my English level created a misunderstanding here. &lt;BR /&gt;
If you follow this link you'll see what I mean. The answer is there. &lt;BR /&gt;
 &lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/tips-and-tricks/own-subtype/" target="_blank"&gt;http://gdl.graphisoft.com/tips-and-tricks/own-subtype/&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Seems that Barry's reply meet my needs.&lt;BR /&gt;
 &lt;BR /&gt;
My question should sound like this:How to create your own subtype? &lt;BR /&gt;
 &lt;BR /&gt;
Anyway thank you so much, it seems that I can learn new things regarding the XML converter. &lt;BR /&gt;
 &lt;BR /&gt;
Again. Thank you, &lt;BR /&gt;
 &lt;BR /&gt;
Daniel</description>
      <pubDate>Sun, 27 Sep 2015 07:30:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289952#M9934</guid>
      <dc:creator>Cosminn</dc:creator>
      <dc:date>2015-09-27T07:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Import Parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289953#M9935</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Here are some guidelines, check the "Template" box to create a new subtype.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://helpcenter.graphisoft.com/guides/archicad-18-int-reference-guide/user-interface-reference/dialog-boxes/gdl-geometric-description-language/subtype-hierarchy-dialog-box-gdl-master-window/" target="_blank"&gt;GDL master window&lt;/A&gt;</description>
      <pubDate>Mon, 28 Sep 2015 15:28:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Import-Parameters/m-p/289953#M9935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-28T15:28:57Z</dc:date>
    </item>
  </channel>
</rss>

