<?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 couple of problems with a 2d object in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207969#M26121</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I hope someone can point out what I'm doing wrong. In this object (I want to use it for drainage layouts on site plans) I've been able to make the line itself stretchy. There's also a nice little part that uprights the text automatically &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Two things aren't working despite my best efforts:&lt;BR /&gt;
&lt;BR /&gt;
1. Despite a moving hotspot, the text stubbornly refuses to budge!&lt;BR /&gt;
&lt;BR /&gt;
2. At 90° &amp;amp; 270° the object reduces itself to a little green point. I presume this has something to do with the fact that Cos 90 &amp;amp; 270 are both zero but all the IF-THEN statements that I tried didn't seem to make the slightest difference to this vanishing act.&lt;BR /&gt;
&lt;BR /&gt;
TIA&lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 07 Nov 2008 15:57:22 GMT</pubDate>
    <dc:creator>vistasp</dc:creator>
    <dc:date>2008-11-07T15:57:22Z</dc:date>
    <item>
      <title>couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207969#M26121</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I hope someone can point out what I'm doing wrong. In this object (I want to use it for drainage layouts on site plans) I've been able to make the line itself stretchy. There's also a nice little part that uprights the text automatically &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Two things aren't working despite my best efforts:&lt;BR /&gt;
&lt;BR /&gt;
1. Despite a moving hotspot, the text stubbornly refuses to budge!&lt;BR /&gt;
&lt;BR /&gt;
2. At 90° &amp;amp; 270° the object reduces itself to a little green point. I presume this has something to do with the fact that Cos 90 &amp;amp; 270 are both zero but all the IF-THEN statements that I tried didn't seem to make the slightest difference to this vanishing act.&lt;BR /&gt;
&lt;BR /&gt;
TIA&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Nov 2008 15:57:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207969#M26121</guid>
      <dc:creator>vistasp</dc:creator>
      <dc:date>2008-11-07T15:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207970#M26122</link>
      <description>Hello Vistasp,&lt;BR /&gt;
On the mater of the green dot, you have of course, a divide by zero error&lt;BR /&gt;
at line angle 90° and 270° because you have defined lin_ang=ATN(ver/hor)&lt;BR /&gt;
The fix for this, I think, is just before the lin_ang definition put&lt;BR /&gt;
&lt;BR /&gt;
eps=0.00000001&lt;BR /&gt;
&lt;BR /&gt;
if hor&amp;lt;eps and hor&amp;gt;-eps then hor=eps&lt;BR /&gt;
&lt;BR /&gt;
Granted, this introduces a small error in the geometry which&lt;BR /&gt;
you may not be able to tolerate.&lt;BR /&gt;
&lt;BR /&gt;
I am still trying to figure out the stubborn text moving hotspot.&lt;BR /&gt;
It's not that it doesn't move but it's spring loaded  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt; &lt;BR /&gt;
If I get anywhere with this I will post back.&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Fri, 07 Nov 2008 19:49:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207970#M26122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-07T19:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207971#M26123</link>
      <description>Hello Vistasp,&lt;BR /&gt;
Well, I suspected that defining the variable "thor" was causing&lt;BR /&gt;
the spring loaded effect. If you comment out the three IF statements&lt;BR /&gt;
that define "thor" then you can slide the text as you want to.&lt;BR /&gt;
This of course disables the placement of the text to the left, right, or center.&lt;BR /&gt;
I am not sure you can have it both ways.&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Fri, 07 Nov 2008 20:17:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207971#M26123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-07T20:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207972#M26124</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Just adding and choosing fourth option makes it possible to have both ways. &lt;BR /&gt;
&lt;BR /&gt;
VALUES "halign" "left", "centre", "right"&lt;FONT color="#2D00FF"&gt;, "free"&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Regards, Juha</description>
      <pubDate>Fri, 07 Nov 2008 21:45:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207972#M26124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-07T21:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207973#M26125</link>
      <description>&lt;BLOCKQUOTE&gt;Peter wrote:&lt;BR /&gt;On the mater of the green dot, you have of course, a divide by zero error&lt;BR /&gt;
at line angle 90° and 270° because you have defined lin_ang=ATN(ver/hor)&lt;BR /&gt;
The fix for this, I think, is just before the lin_ang definition put&lt;/BLOCKQUOTE&gt;

Thanks Peter. I'll try those IF-THENs &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;before &lt;E&gt;&lt;/E&gt;the lin_ang definition and see if they work. If it still fails, I guess I'll have to live with a tiny inaccuracy. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Alternatively, as and when I need it at that angle, I can rotate the object instead of stretching it. Still, just wanted to idiot-proof it...</description>
      <pubDate>Sat, 08 Nov 2008 03:28:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207973#M26125</guid>
      <dc:creator>vistasp</dc:creator>
      <dc:date>2008-11-08T03:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207974#M26126</link>
      <description>&lt;BLOCKQUOTE&gt;Peter wrote:&lt;BR /&gt;Well, I suspected that defining the variable "thor" was causing the spring loaded effect. If you comment out the three IF statements&lt;BR /&gt;
that define "thor" then you can slide the text as you want to. This of course disables the placement of the text to the left, right, or centre.&lt;BR /&gt;
I am not sure you can have it both ways.&lt;/BLOCKQUOTE&gt;

Peter, in an earlier version (!) of this object, there was no left/centre/right option. I intended the text to be placed halfway along the line and manually move it where suitable. However, since the value of "thor" was &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;derived&lt;E&gt;&lt;/E&gt; (as it is even now), the text sprang back as you pointed out.&lt;BR /&gt;
&lt;BR /&gt;
When the value of "thor" is given directly in the parameters, it slides perfectly. A calculated value, for some reason, doesn't work.</description>
      <pubDate>Sat, 08 Nov 2008 03:35:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207974#M26126</guid>
      <dc:creator>vistasp</dc:creator>
      <dc:date>2008-11-08T03:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207975#M26127</link>
      <description>&lt;BLOCKQUOTE&gt;Juha wrote:&lt;BR /&gt;Just adding and choosing fourth option makes it possible to have both ways. &lt;BR /&gt;
&lt;BR /&gt;
VALUES "halign" "left", "centre", "right"&lt;FONT color="#2D00FF"&gt;, "free"&lt;/FONT&gt;
&lt;/BLOCKQUOTE&gt;

That's a good idea Juha. I'll add that option and show the parameter "thor" for manual value input.&lt;BR /&gt;
&lt;BR /&gt;
Will post back if successful.</description>
      <pubDate>Sat, 08 Nov 2008 03:37:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207975#M26127</guid>
      <dc:creator>vistasp</dc:creator>
      <dc:date>2008-11-08T03:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207976#M26128</link>
      <description>Hi Vistap,&lt;BR /&gt;
&lt;BR /&gt;
You have to define a couple of hotspots (x, y) for both extremities of your line,&lt;BR /&gt;
and write some statements to avoid trigonometry errors.&lt;BR /&gt;
&lt;BR /&gt;
Attached an object similar to yours.&lt;BR /&gt;
It is metric, you will have to make somme changes for imperial units.</description>
      <pubDate>Sat, 08 Nov 2008 09:49:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207976#M26128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-08T09:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207977#M26129</link>
      <description>Nice one Olvier! If I had your object before I started, I wouldn't have started at all. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt; &lt;BR /&gt;
&lt;BR /&gt;
On the other hand, I wouldn't have learned anything either. Except this:&lt;BR /&gt;

&lt;PRE&gt;	if req ("GDL_version") &amp;gt; 1.5 then    ! AC 10
		dim fontnames[]
		rrr = request ("FONTNAMES_LIST", "", fontnames)
		values "fontType" fontnames, custom
	else
		values "fontType" 'Arial', 'Verdana', 'Helvetica', 'Geneva', 'Times', 'Georgia', 'Courier', custom
	endif
&lt;/PRE&gt;

I didn't know the option to list all system fonts existed although I'd always wished for it. Thank you for this as well as your stretchy line. I'm not going to change the units - here in India, we are "bi-lingual" when it comes to units. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
We need some kind of "tip of the week" to make us less experienced chaps aware of great stuff like this. Something like "Hot Tip Harry" does for the AutoCad world.</description>
      <pubDate>Sat, 08 Nov 2008 11:25:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207977#M26129</guid>
      <dc:creator>vistasp</dc:creator>
      <dc:date>2008-11-08T11:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207978#M26130</link>
      <description>Glad if this can help. &lt;BR /&gt;
May be you already know the &lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/12/" target="_blank"&gt;GDL Technical Standards&lt;/A&gt;. &lt;BR /&gt;
This is a valuable source of information. Added to the GDL Reference Guide, almost everything is there,&lt;BR /&gt;
(except the new status code 128 for TUBE) &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;. Please, GS ...</description>
      <pubDate>Sat, 08 Nov 2008 16:00:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207978#M26130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-08T16:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207979#M26131</link>
      <description>Hello Olivier,&lt;BR /&gt;
I looked at the code for "Stretchy Line.gsm". Impressive !!. &lt;BR /&gt;
I see that you had to go through quite a bit &lt;BR /&gt;
to avoid using the trigonometry functions&lt;BR /&gt;
arcsin, arccos, and arctangent all of which&lt;BR /&gt;
involve ratios and thus the possibility of divide by zero errors.&lt;BR /&gt;
Recently, I had been wondering about ways to avoid these&lt;BR /&gt;
trig functions in GDL code and you have shown me one&lt;BR /&gt;
approach, possibly the only one, for doing this.&lt;BR /&gt;
Thank you !&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Sat, 08 Nov 2008 17:43:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207979#M26131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-08T17:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207980#M26132</link>
      <description>Hi Peter, &lt;BR /&gt;
&lt;BR /&gt;
I don't know any method. I would say observation, some logic, + trial and error. &lt;BR /&gt;
Just divide the circle in four quadrants, and see what happens. Then take the conclusions.&lt;BR /&gt;
&lt;BR /&gt;
Once it is done, you can re-use these statements again and again in other scripts, macros, etc... It is basic trigonometry.&lt;BR /&gt;
Nothing special, I only use sin, cos, tan &amp;amp; atn functions, that's all.&lt;BR /&gt;
&lt;BR /&gt;
The point is to avoid the divide by zero error, trigo or not, as you pointed.</description>
      <pubDate>Sat, 08 Nov 2008 20:42:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207980#M26132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-08T20:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207981#M26133</link>
      <description>Hello Olivier,&lt;BR /&gt;
Looking at your code in the master script I see you do use&lt;BR /&gt;
the atn() function but you have very cleverly written conditional&lt;BR /&gt;
statements that prevent the denominator from ever being zero.&lt;BR /&gt;
I see how you have used dividing the circle into four quadrants &lt;BR /&gt;
to define the angle where x becomes zero without using the&lt;BR /&gt;
atn() function for these special cases. I say again, very clever.&lt;BR /&gt;
If you don't mind Olivier, I would like to steal your code and&lt;BR /&gt;
use it in my scripts.&lt;BR /&gt;
Thanks again,&lt;BR /&gt;
Peter</description>
      <pubDate>Sun, 09 Nov 2008 16:46:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207981#M26133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-09T16:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207982#M26134</link>
      <description>Peter,&lt;BR /&gt;
&lt;BR /&gt;
No need to ask, once it is posted, it's free.&lt;BR /&gt;
Thanks anyway.</description>
      <pubDate>Sun, 09 Nov 2008 19:26:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207982#M26134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-09T19:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207983#M26135</link>
      <description>&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;Glad if this can help. &lt;BR /&gt;
May be you already know the &lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/12/" target="_blank"&gt;GDL Technical Standards&lt;/A&gt;. &lt;BR /&gt;
This is a valuable source of information. Added to the GDL Reference Guide, almost everything is there,&lt;BR /&gt;
(except the new status code 128 for TUBE) &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;. Please, GS ...&lt;/BLOCKQUOTE&gt;

I'd visited the developer docs when I was a total newbie and, at the time, hastily clicked the back button. Usually, there's no time for developing anything, but a relative slow-down in work has suddenly made this section very interesting indeed. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thank you for reminding me of it. I've been looking at selfGDL a lot these days as well - have to use babelfish a lot of course. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;</description>
      <pubDate>Mon, 10 Nov 2008 10:45:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207983#M26135</guid>
      <dc:creator>vistasp</dc:creator>
      <dc:date>2008-11-10T10:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207984#M26136</link>
      <description>Olivier, I've taken the stretchy line you created and added some functionality to it.&lt;BR /&gt;
&lt;BR /&gt;
Mainly the object can now:&lt;BR /&gt;
&lt;BR /&gt;
1. write levels at the start and end points of line. This text also slides along the line.&lt;BR /&gt;
&lt;BR /&gt;
2. dynamically calculate the end point's level based on a given slope. Optionally, the end point level can be manually written.&lt;BR /&gt;
&lt;BR /&gt;
Comments and suggestions are welcome. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Here's a screenshot:</description>
      <pubDate>Mon, 24 Nov 2008 16:36:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207984#M26136</guid>
      <dc:creator>vistasp</dc:creator>
      <dc:date>2008-11-24T16:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207985#M26137</link>
      <description>And here's the object.</description>
      <pubDate>Mon, 24 Nov 2008 16:37:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207985#M26137</guid>
      <dc:creator>vistasp</dc:creator>
      <dc:date>2008-11-24T16:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207986#M26138</link>
      <description>&lt;BLOCKQUOTE&gt;vistasp wrote:&lt;BR /&gt;And here's the object.&lt;/BLOCKQUOTE&gt;

To the Depository, please!</description>
      <pubDate>Tue, 25 Nov 2008 18:19:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207986#M26138</guid>
      <dc:creator>Djordje</dc:creator>
      <dc:date>2008-11-25T18:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: couple of problems with a 2d object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207987#M26139</link>
      <description>&lt;BLOCKQUOTE&gt;Djordje wrote:&lt;BR /&gt;To the Depository, please!&lt;/BLOCKQUOTE&gt;

Was waiting for bug reports but, since I haven't heard from anyone, the object now resides in the &lt;A href="http://archicad-talk.graphisoft.com/object_depository.php?browse=Depository/01%20General/Graphic%20Symbols" target="_blank"&gt;depository&lt;/A&gt;.&lt;BR /&gt;
&lt;BR /&gt;
EDIT: 28.11.2008&lt;BR /&gt;
&lt;BR /&gt;
A couple of errors were found by Olivier. These have been fixed. If anyone has downloaded the original object, please do so again. Sorry!  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 10:06:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/couple-of-problems-with-a-2d-object/m-p/207987#M26139</guid>
      <dc:creator>vistasp</dc:creator>
      <dc:date>2008-11-27T10:06:48Z</dc:date>
    </item>
  </channel>
</rss>

