<?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: LIST of OBJECTS in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127184#M16720</link>
    <description>Barry,&lt;BR /&gt;
&lt;BR /&gt;
Indeed I want all the objectsX side by side on 1 layout.&lt;BR /&gt;
(objectsX are details drawings at scale 1/10, scripted with GDL)&lt;BR /&gt;
&lt;BR /&gt;
Through schedules it works but has limited layout possibilities.&lt;BR /&gt;
&lt;BR /&gt;
With an external text file, I will try that.&lt;BR /&gt;
Should be possible I think.&lt;BR /&gt;
&lt;BR /&gt;
Thanks everyone already for your time and help.</description>
    <pubDate>Wed, 15 Jun 2011 14:22:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-06-15T14:22:28Z</dc:date>
    <item>
      <title>LIST of OBJECTS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127180#M16716</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Let's say (as an example) a GDL object (X) with 2D script :&lt;BR /&gt;
RECT2 0,0,A,B&lt;BR /&gt;
I put this object several times on the floorplan with different values of A and B. Each object gets a different user identity (GLOB_ID).&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to create another object (Y) in GDL that would put in one drawing or worksheet all objects (X) nicely next to each other ? &lt;BR /&gt;
I tried with a macro calling (X) but then I don't get the different values A,B of each object (X).&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jun 2011 12:26:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127180#M16716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-14T12:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: LIST of OBJECTS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127181#M16717</link>
      <description>Yes this is possible but, if you want to maintain flexibility, it takes a little work. Here is a simple example to show you how to do this.</description>
      <pubDate>Tue, 14 Jun 2011 15:34:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127181#M16717</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2011-06-14T15:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: LIST of OBJECTS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127182#M16718</link>
      <description>Erich,&lt;BR /&gt;
&lt;BR /&gt;
I can not make it work.&lt;BR /&gt;
Object Y only draws 1 rectangle here.&lt;BR /&gt;
&lt;BR /&gt;
Will try further later.</description>
      <pubDate>Wed, 15 Jun 2011 05:24:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127182#M16718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-15T05:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: LIST of OBJECTS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127183#M16719</link>
      <description>Sadones1,&lt;BR /&gt;
Do you want object Y to recognise all of the object X's placed in the plan and then replicate them all side by side?&lt;BR /&gt;
&lt;BR /&gt;
If so this can't be done (easily) as objects can not relate to each other.&lt;BR /&gt;
When you call another object you are just calling the default object and not the instances of it placed in the plan already.&lt;BR /&gt;
While you are calling the default object you can feed it parameters so that it takes on the settings that you want it to have.&lt;BR /&gt;
&lt;BR /&gt;
The only way this is possible is for all of your object X'x to write their parameters to ann external text file and then for object Y to read those parameters back in and then feed them into the default object X as you "CALL" it into object Y.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Otherwise Erich's object will place as many rectangles next to each other as you want but you must manually input all of theirs sizes and positions.&lt;BR /&gt;
I get the impression that placing a rectangle is just an example and not what you really want to place?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Just had a thought.&lt;BR /&gt;
You could create a schedule that shows the plan view of your objects and you could place this in your layouts.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 15 Jun 2011 05:41:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127183#M16719</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2011-06-15T05:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: LIST of OBJECTS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127184#M16720</link>
      <description>Barry,&lt;BR /&gt;
&lt;BR /&gt;
Indeed I want all the objectsX side by side on 1 layout.&lt;BR /&gt;
(objectsX are details drawings at scale 1/10, scripted with GDL)&lt;BR /&gt;
&lt;BR /&gt;
Through schedules it works but has limited layout possibilities.&lt;BR /&gt;
&lt;BR /&gt;
With an external text file, I will try that.&lt;BR /&gt;
Should be possible I think.&lt;BR /&gt;
&lt;BR /&gt;
Thanks everyone already for your time and help.</description>
      <pubDate>Wed, 15 Jun 2011 14:22:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127184#M16720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-15T14:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: LIST of OBJECTS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127185#M16721</link>
      <description>&lt;BLOCKQUOTE&gt;sadones1 wrote:&lt;BR /&gt;I can not make it work.&lt;BR /&gt;
Object Y only draws 1 rectangle here.&lt;/BLOCKQUOTE&gt;

I wrote this object very quickly so it is not completely worked out. The problem you are having is that when you increase the number of objects to be greater than 1 you must also give a displacement for each additional object as well as a size. If you just change the number of objects the additional objects will have a displacement of 0 and a size of 0 for both the width and height.&lt;BR /&gt;
&lt;BR /&gt;
Barry's proposed text file method might make this easier for you. &lt;BR /&gt;
&lt;BR /&gt;
This was meant only as an example of how you could accomplish what you appeared to be asking for in the first post.</description>
      <pubDate>Wed, 15 Jun 2011 19:25:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127185#M16721</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2011-06-15T19:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: LIST of OBJECTS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127186#M16722</link>
      <description>Are all the ObjectX'x side by side in the archicad plan or are they scattered all over the different views?&lt;BR /&gt;
&lt;BR /&gt;
If they are all side by side then then just create a viewpoint of those details and place that on your layout.&lt;BR /&gt;
&lt;BR /&gt;
If they are all over the place then save a viewpoint of each detail and then you can bring all of those into the layouts.&lt;BR /&gt;
It would be best to have each detail in its own section/elevation window to do this.&lt;BR /&gt;
You can set the layout page to bring in all the drawing views at a set distance from each other automatically so there will be no need to duplicate them with object Y.&lt;BR /&gt;
In the "Settings" for the "Master" used in your layout you can set up the "Auto arange drawings" options.&lt;BR /&gt;
&lt;BR /&gt;
maybe some screen shots of what you are trying to achieve would be of more help.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 16 Jun 2011 02:38:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIST-of-OBJECTS/m-p/127186#M16722</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2011-06-16T02:38:04Z</dc:date>
    </item>
  </channel>
</rss>

