<?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: Force show the 2D symbol on schedule in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116133#M12886</link>
    <description>&lt;BLOCKQUOTE&gt;Constantin wrote:&lt;BR /&gt;Can i upload the object here and if someone could help me with the changes that would be awsome! Thanks!&lt;/BLOCKQUOTE&gt;
Zip the file before upload, so it has the correct filetype for the forum.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Wed, 17 May 2017 11:48:43 GMT</pubDate>
    <dc:creator>David Maudlin</dc:creator>
    <dc:date>2017-05-17T11:48:43Z</dc:date>
    <item>
      <title>Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116122#M12875</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Here is my problem:&lt;BR /&gt;
&lt;BR /&gt;
I have created various custom objects (steel plates) in my project.&lt;BR /&gt;
These steel plates get placed in various positions (vertical, horizontal, tilted) on the model.&lt;BR /&gt;
I have created a schedule that lists all these plates.&lt;BR /&gt;
The problem is that I need those steel plates to always appear on their front view, in order to annotate them with dimensions for the holes etc.&lt;BR /&gt;
But when a plate is positioned tilted or vertical, then it shows sideways on the schedule, thus making it impossible to put dimensions.&lt;BR /&gt;
&lt;BR /&gt;
It seems that if the object has a 2D script, then it shows on the schedule as it is placed on the model. I dont want this. I want the object to always show its 2D symbol as it is stored in it, on the schedule. Is there a way to force this?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Please help!&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Dec 2013 08:37:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116122#M12875</guid>
      <dc:creator>Achille Pavlidis</dc:creator>
      <dc:date>2013-12-20T08:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116123#M12876</link>
      <description>Does it actually have a 2D script or is it a PROJECT2 of what is in the 3D script.&lt;BR /&gt;
&lt;BR /&gt;
Either way all I can think of is that you have to tell it in the script (2D or 3D depending on how it was written) that when viewed in a schedule it must not perform any rotations (ROT).&lt;BR /&gt;
You will need to isolate these by using GLOB_CONTEXT.&lt;BR /&gt;
for example ...&lt;BR /&gt;
&lt;BR /&gt;
if GLOB_CONTEXT &amp;lt;&amp;gt; 6 then&lt;BR /&gt;
ROTx angle&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
Or you can reset all the rotations back to 0 (zero).&lt;BR /&gt;
for example ...&lt;BR /&gt;
&lt;BR /&gt;
if GLOB_CONTEXT = 6 then&lt;BR /&gt;
angle = 0&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
Where 'angle' is your rotation angle parameter - there may be more than one for rotating in x, y or z axis.&lt;BR /&gt;
&lt;BR /&gt;
This way when viewed in the schedule it will ignore any of the rotation commands but should still appear exactly how you want in your model.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 20 Dec 2013 09:30:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116123#M12876</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2013-12-20T09:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116124#M12877</link>
      <description>Thanks Barry!&lt;BR /&gt;
&lt;BR /&gt;
You have been of great help!&lt;BR /&gt;
&lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 20 Dec 2013 10:42:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116124#M12877</guid>
      <dc:creator>Achille Pavlidis</dc:creator>
      <dc:date>2013-12-20T10:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116125#M12878</link>
      <description>This is a really smart tip in my opinion.</description>
      <pubDate>Tue, 24 Dec 2013 07:18:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116125#M12878</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2013-12-24T07:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116126#M12879</link>
      <description>it is indeed.&lt;BR /&gt;
&lt;BR /&gt;
My only problem is that I was expecting to see the 2D symbol appear on schedule as I have copy-pasted it on the object.&lt;BR /&gt;
&lt;BR /&gt;
It's OK. The only thing is that Archicad, every time I refresh the list mirrors some of the objects, for some reason, making the annotations appear outside of the object...&lt;BR /&gt;
&lt;BR /&gt;
Why is this happening?&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://imageshack.us/photo/my-images/17/92n1.png/" target="_blank"&gt;&lt;IMG src="http://img17.imageshack.us/img17/6601/92n1.png" /&gt;&lt;/A&gt;</description>
      <pubDate>Tue, 24 Dec 2013 09:28:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116126#M12879</guid>
      <dc:creator>Achille Pavlidis</dc:creator>
      <dc:date>2013-12-24T09:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116127#M12880</link>
      <description>Maybe You have some of Your object placed in the mirror state?&lt;BR /&gt;
&lt;BR /&gt;
So I would also add&lt;BR /&gt;
in the same part of your script &lt;BR /&gt;
if SYMB_MIRRORED then MUL -1,1,1&lt;BR /&gt;
&lt;BR /&gt;
of course add proper number od DEL's &lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Piotr</description>
      <pubDate>Tue, 24 Dec 2013 12:02:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116127#M12880</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2013-12-24T12:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116128#M12881</link>
      <description>&lt;BLOCKQUOTE&gt;Piotr wrote:&lt;BR /&gt;
in the same part of your script &lt;BR /&gt;
if SYMB_MIRRORED then MUL -1,1,1&lt;BR /&gt;

&lt;/BLOCKQUOTE&gt;
in 2D script use&lt;BR /&gt;
MUL2 -1,1</description>
      <pubDate>Sat, 28 Dec 2013 08:24:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116128#M12881</guid>
      <dc:creator>rocorona</dc:creator>
      <dc:date>2013-12-28T08:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116129#M12882</link>
      <description>Piotr &amp;amp; Roberto,&lt;BR /&gt;
&lt;BR /&gt;
thanks for the advice.&lt;BR /&gt;
&lt;BR /&gt;
The problem is that by adding this, the object gets mirrored on the floor plan also, thus resulting in the wrong place.&lt;BR /&gt;
&lt;BR /&gt;
So, I guess I'm back to my original question: Is it possible to have a schedule that shows the 2D symbol as it has been copy-pasted inside the object, and the 2D plan view?&lt;BR /&gt;
&lt;BR /&gt;
Right now, what I have, when the object is placed vertically is the "3D front View" that shows the elevation of the objects (and gets mirrored) and the "2D symbol" that shows the floor plan view of the object as it is placed on the project.&lt;BR /&gt;
If the object is placed horizontally, the "3D front View" shows the floor plan view of the object, and the "2D symbol" shows the elevation of the object</description>
      <pubDate>Mon, 30 Dec 2013 12:11:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116129#M12882</guid>
      <dc:creator>Achille Pavlidis</dc:creator>
      <dc:date>2013-12-30T12:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116130#M12883</link>
      <description>Did You use the mul command inside:&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;if GLOB_CONTEXT = 6 then &lt;BR /&gt;
&lt;BR /&gt;
XXX&lt;BR /&gt;
&lt;BR /&gt;
endif&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
You may use&lt;BR /&gt;

&lt;PRE&gt;if GLOB_CONTEXT = 6 then 

fragment2 1  ! 1-16 possible - in this case put the 2d on layer 1

else

-here put the rest of the 2d script of the object

endif&lt;/PRE&gt;

&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Piotr</description>
      <pubDate>Mon, 30 Dec 2013 17:02:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116130#M12883</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2013-12-30T17:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116131#M12884</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am having the same question.  I am using GS -AC connection and I built some simple triangular panels as gdl objects. They have different positions across the facade but I would like to have them with the top view projection in the schedules  to annotate and get real dimensions.&lt;BR /&gt;
&lt;BR /&gt;
I am a beginner in GDL, could someone please tell me if the above code is all that i need to add in the 2d script window?  I understand there was a problem with the MUL command.  Is it still necessary?  What means the Layer in the context of the Fragment2 1 command? &lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Tue, 16 May 2017 14:45:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116131#M12884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-16T14:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116132#M12885</link>
      <description>Ok i think i got the logic behind. &lt;BR /&gt;
I just used this in the 2D script:&lt;BR /&gt;
&lt;BR /&gt;
IF GLOB_CONTEXT = 6 THEN&lt;BR /&gt;
!here goes the 2D symbolic view for schedules&lt;BR /&gt;
ELSE&lt;BR /&gt;
!here goes the usual 2d floorplan view&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
The only problem i found is that those objects that get the floorplan cut plane will appear with both the 2D symbol and the floorplan view How can i correct this?&lt;BR /&gt;
I think it is happening because all the coding for the right floorplan vews i have copy paste it from an object on this forum, without understanding all of it. So i guess it needs some small changes.&lt;BR /&gt;
Can i upload the object here and if someone could help me with the changes that would be awsome! Thanks!&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/7489i9BDBC8EB07E61ED3/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Panel_schedule_2d_Symbol.jpg" title="Panel_schedule_2d_Symbol.jpg" /&gt;</description>
      <pubDate>Tue, 16 May 2017 21:16:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116132#M12885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-16T21:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116133#M12886</link>
      <description>&lt;BLOCKQUOTE&gt;Constantin wrote:&lt;BR /&gt;Can i upload the object here and if someone could help me with the changes that would be awsome! Thanks!&lt;/BLOCKQUOTE&gt;
Zip the file before upload, so it has the correct filetype for the forum.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Wed, 17 May 2017 11:48:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116133#M12886</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2017-05-17T11:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Force show the 2D symbol on schedule</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116134#M12887</link>
      <description>Here you can find a sample GDL object of the panel i was working with.&lt;BR /&gt;
You could copy a few of them and change some parameters to test a a schedule. &lt;BR /&gt;
The panel is out of scale as i was testing these things very fast.&lt;BR /&gt;
Strangely i notice now that the cutview which overlapps the 2D symbol in the schedule is always a 90 degrees no matter which rotation does the panel have</description>
      <pubDate>Wed, 17 May 2017 16:06:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Force-show-the-2D-symbol-on-schedule/m-p/116134#M12887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T16:06:48Z</dc:date>
    </item>
  </channel>
</rss>

