<?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: SHOWING SEPARATE SYMBOLS IN THE SCHEDULES in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/SHOWING-SEPARATE-SYMBOLS-IN-THE-SCHEDULES/m-p/289593#M9890</link>
    <description>You will need to tell the object what to show in the schedule.&lt;BR /&gt;
Some thing like............&lt;BR /&gt;
&lt;BR /&gt;
IF GLOB_CONTEXT = 6 THEN !Schedule&lt;BR /&gt;
     "draw is"&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
Give it a try.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Fri, 07 Aug 2015 14:53:29 GMT</pubDate>
    <dc:creator>Dave Seabury</dc:creator>
    <dc:date>2015-08-07T14:53:29Z</dc:date>
    <item>
      <title>SHOWING SEPARATE SYMBOLS IN THE SCHEDULES</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SHOWING-SEPARATE-SYMBOLS-IN-THE-SCHEDULES/m-p/289592#M9889</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I have a problem; &lt;BR /&gt;
I created some electrical objects with the 2d symbol made with FRAGMENT2 in the 2d script with them different visualizations inside "parameters"; a thing like "Realistic","Electrical Symbol", etc.: now, how cancan they be shown by different fragments when I create a schedule or a list?&lt;BR /&gt;
&lt;BR /&gt;
Attached I show the 4 symbols(created on 4 different fragments) of a single object but obviously the list or the schedule will show me the combination chosen inside "parameters" and not the count of every single fragment.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/67487i02CBEE8621E20DDE/image-size/large?v=v2&amp;amp;px=999" border="0" alt="da1.JPG" title="da1.JPG" /&gt;</description>
      <pubDate>Fri, 07 Aug 2015 12:28:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SHOWING-SEPARATE-SYMBOLS-IN-THE-SCHEDULES/m-p/289592#M9889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-07T12:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: SHOWING SEPARATE SYMBOLS IN THE SCHEDULES</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SHOWING-SEPARATE-SYMBOLS-IN-THE-SCHEDULES/m-p/289593#M9890</link>
      <description>You will need to tell the object what to show in the schedule.&lt;BR /&gt;
Some thing like............&lt;BR /&gt;
&lt;BR /&gt;
IF GLOB_CONTEXT = 6 THEN !Schedule&lt;BR /&gt;
     "draw is"&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
Give it a try.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Fri, 07 Aug 2015 14:53:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SHOWING-SEPARATE-SYMBOLS-IN-THE-SCHEDULES/m-p/289593#M9890</guid>
      <dc:creator>Dave Seabury</dc:creator>
      <dc:date>2015-08-07T14:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: SHOWING SEPARATE SYMBOLS IN THE SCHEDULES</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SHOWING-SEPARATE-SYMBOLS-IN-THE-SCHEDULES/m-p/289594#M9891</link>
      <description>I'm gonna try thanks; &lt;BR /&gt;
but in the "draw is" should I put like"fragment2 x,1"?</description>
      <pubDate>Fri, 07 Aug 2015 15:02:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SHOWING-SEPARATE-SYMBOLS-IN-THE-SCHEDULES/m-p/289594#M9891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-07T15:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: SHOWING SEPARATE SYMBOLS IN THE SCHEDULES</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SHOWING-SEPARATE-SYMBOLS-IN-THE-SCHEDULES/m-p/289595#M9892</link>
      <description>Maybe you should also create a parameter to control the symbol in the Schedule. It would basically be the same as the other parameter controlling its 2D Symbol type, but would be used only in the context of the Schedule.&lt;BR /&gt;
Something like this in the 2D Script:&lt;BR /&gt;

&lt;PRE&gt;IF GLOB_CONTEXT = 6 THEN
   IF ScheduleSymbolType = "Realistic" THEN
        FRAGMENT2 1,1
   ENDIF
   IF ScheduleSymbolType = "Electrical Symbol" THEN
        FRAGMENT2 2,1
   ENDIF
ENDIF 
&lt;/PRE&gt;</description>
      <pubDate>Sun, 09 Aug 2015 16:16:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SHOWING-SEPARATE-SYMBOLS-IN-THE-SCHEDULES/m-p/289595#M9892</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2015-08-09T16:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: SHOWING SEPARATE SYMBOLS IN THE SCHEDULES</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SHOWING-SEPARATE-SYMBOLS-IN-THE-SCHEDULES/m-p/289596#M9893</link>
      <description>It works thanks, but in a different way; the problem to solve is to make the Schedule counting how many times is placed a single component.&lt;BR /&gt;
For example, in a plate I could have a power point and a socket; I have 15 of them in my project. the Schedule or the list is always showing me it as 15 linked objects named "Plate with 1 power point and 1 socket"; my target is to reach a schedule showing me that I have 15 power points and 15 sockets.&lt;BR /&gt;
&lt;BR /&gt;
There's a plugin who manages to do this, but not with objects that I need.&lt;BR /&gt;
&lt;BR /&gt;
Hope I've been clear and thanks again for helping me</description>
      <pubDate>Tue, 11 Aug 2015 09:26:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SHOWING-SEPARATE-SYMBOLS-IN-THE-SCHEDULES/m-p/289596#M9893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T09:26:45Z</dc:date>
    </item>
  </channel>
</rss>

