<?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 Migrating from 2 objects into 1? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Migrating-from-2-objects-into-1/m-p/251654#M4615</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
I am trying to migrate 2 old objects (one horizontal and one vertical) into 1 new object which has both options. Is there a way for me to get the object to automatically select which orientation it chooses depending on which old object is being migrated? &lt;BR /&gt;
Thanks!&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 08 Dec 2017 11:57:26 GMT</pubDate>
    <dc:creator>JGoode</dc:creator>
    <dc:date>2017-12-08T11:57:26Z</dc:date>
    <item>
      <title>Migrating from 2 objects into 1?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Migrating-from-2-objects-into-1/m-p/251654#M4615</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
I am trying to migrate 2 old objects (one horizontal and one vertical) into 1 new object which has both options. Is there a way for me to get the object to automatically select which orientation it chooses depending on which old object is being migrated? &lt;BR /&gt;
Thanks!&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Dec 2017 11:57:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Migrating-from-2-objects-into-1/m-p/251654#M4615</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-12-08T11:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from 2 objects into 1?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Migrating-from-2-objects-into-1/m-p/251655#M4616</link>
      <description>Each old object will have its own unique GUID.&lt;BR /&gt;
So in you migration script you need to do something like.&lt;BR /&gt;

&lt;PRE&gt;if GUID_1 then
set new object parameter horizontal
endif
if GUID_2 then
set new object parameter vertical
endif
Set new GUID
&lt;/PRE&gt;
That is not the actual code of course - just what yo have to do.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 11 Dec 2017 00:49:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Migrating-from-2-objects-into-1/m-p/251655#M4616</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2017-12-11T00:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from 2 objects into 1?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Migrating-from-2-objects-into-1/m-p/251656#M4617</link>
      <description>Thank you, Barry. I get a bit perplexed with the forward migration script and how to structure it.&lt;BR /&gt;
&lt;BR /&gt;
With the final bit where you have said 'Set new GUID', what GUID would I put there? The new object GUID?</description>
      <pubDate>Mon, 11 Dec 2017 12:44:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Migrating-from-2-objects-into-1/m-p/251656#M4617</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-12-11T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from 2 objects into 1?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Migrating-from-2-objects-into-1/m-p/251657#M4618</link>
      <description>Yes that is the GUID of the new object.&lt;BR /&gt;
&lt;BR /&gt;
So basically you are checking for the GUID of the old object.&lt;BR /&gt;
Then you set the parameters for the new object so it becomes what you want.&lt;BR /&gt;
And then set the GUID of the new object so it swaps over to the new object.&lt;BR /&gt;
The old objects should no longer exist in your loaded library otherwise the swap will not occur.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 12 Dec 2017 00:44:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Migrating-from-2-objects-into-1/m-p/251657#M4618</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2017-12-12T00:44:26Z</dc:date>
    </item>
  </channel>
</rss>

