<?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: Creating a GSM, then missing object right away? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287102#M2741</link>
    <description>I did select elements and save as object, then after that. I checked the object tool, then see the error like this or the" famous missing dot". I don't get it. It was just line and fill to make 2D symbol that I always used for other common basic objects. This is kind of weird, though.</description>
    <pubDate>Fri, 22 Feb 2019 18:42:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-22T18:42:00Z</dc:date>
    <item>
      <title>Creating a GSM, then missing object right away?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287100#M2739</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Anyone have this problem after creating a new GSM 2D object, then testing Object Tools, then the object doesn't show up but the "famous missing Dot".  What does that mean?  &lt;BR /&gt;
&lt;BR /&gt;
Wondering if anyone have this problem. This is my first time noticing this.  How do i avoid that problem if I create a basic 2D object GSM without being missing automatic?  &lt;BR /&gt;
&lt;BR /&gt;
Any tips would be great!&lt;BR /&gt;
&lt;BR /&gt;
No rush. &lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Feb 2019 20:08:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287100#M2739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-21T20:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a GSM, then missing object right away?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287101#M2740</link>
      <description>Did you script your object or did you select elements in your model and 'Save as object'?&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 22 Feb 2019 01:04:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287101#M2740</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-02-22T01:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a GSM, then missing object right away?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287102#M2741</link>
      <description>I did select elements and save as object, then after that. I checked the object tool, then see the error like this or the" famous missing dot". I don't get it. It was just line and fill to make 2D symbol that I always used for other common basic objects. This is kind of weird, though.</description>
      <pubDate>Fri, 22 Feb 2019 18:42:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287102#M2741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-22T18:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a GSM, then missing object right away?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287103#M2742</link>
      <description>I forgot to attach the GSM file for you to look at it if you want.</description>
      <pubDate>Fri, 22 Feb 2019 19:45:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287103#M2742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-22T19:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a GSM, then missing object right away?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287104#M2743</link>
      <description>I don't know why but something has gone wrong in converting your polygons (fills) into the GDL script.&lt;BR /&gt;
Probably because some of them are so tiny.&lt;BR /&gt;
&lt;BR /&gt;
You could greatly simplify your fills before you select them.&lt;BR /&gt;
&lt;BR /&gt;
Here is where the problem fill is ...&lt;BR /&gt;
&lt;BR /&gt;



&lt;BR /&gt;
In the script it is converting to a polygon but with a bad arc.&lt;BR /&gt;
This is on line 298 of the 2D script (CTRL+L and type in 298 will take you there).&lt;BR /&gt;
&lt;BR /&gt;
The line ending with "4001" should be in the form ... 0, angle, 4001&lt;BR /&gt;
For some reason the angle is 101'-1.2283" which makes no sense to me.&lt;BR /&gt;
One because it should be less than 360° and two because it seems to be in feet and inches which makes no sense for an angle - although all the other ones are like this as well.&lt;BR /&gt;
&lt;BR /&gt;
Anyway I just edited the script and made the angle smaller (I subtracted 1080 ( 3x360°)).&lt;BR /&gt;
This solved the error but  didn't really fix the shape of the polygon - I have no idea what that should be.&lt;BR /&gt;
&lt;BR /&gt;



&lt;BR /&gt;
So I would greatly simplify your fills before you save as an object or you can open the script and edit line 298 as I have shown.&lt;BR /&gt;
Or if you have trouble doing that then let me know and I can do it for you - I will just have to find an olde version of Archicad to do it in as you are only on version 19?&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 25 Feb 2019 01:56:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287104#M2743</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-02-25T01:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a GSM, then missing object right away?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287105#M2744</link>
      <description>Hello Barry,&lt;BR /&gt;
&lt;BR /&gt;
Ah, it was the fills issue.  The objects that I borrowed from other sources was used DWG files. It was their polygon drawing that I could fix but I didn't realize that fills was the issue.  Now, I know, I will watch that out next time and make sure it contains as one fill is the better.&lt;BR /&gt;
&lt;BR /&gt;
In the past, I did not added fills with those objects. But, I realized I do need it but need to simplify the fills. I will make sure to keep one Fill surface as possible. &lt;BR /&gt;
&lt;BR /&gt;
Right now, we are still using 17, 19 is for my modeling projects. I am trying to get them to go on 19 someday.  &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 the tip. Now i know.&lt;BR /&gt;
&lt;BR /&gt;
Paige</description>
      <pubDate>Mon, 04 Mar 2019 18:42:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-GSM-then-missing-object-right-away/m-p/287105#M2744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-04T18:42:36Z</dc:date>
    </item>
  </channel>
</rss>

