<?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 Custom Window in Plan is 100' away from wall in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Window-in-Plan-is-100-away-from-wall/m-p/75308#M32751</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Problem: I created a custom window and saved as a gdl window. It shows up and I can place it in a wall. When placed in a wall, the window shows an empty opening for the window in the wall but the window frame shows up 100' away from the wall. How can I fix it? Help, please. (the text for the window type shows up next to the empty opening in the wall) &lt;BR /&gt;
Can anybody elude to the problem? &lt;BR /&gt;
Regards, &lt;BR /&gt;
-AAA&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 May 2023 10:46:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-24T10:46:35Z</dc:date>
    <item>
      <title>Custom Window in Plan is 100' away from wall</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Window-in-Plan-is-100-away-from-wall/m-p/75308#M32751</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Problem: I created a custom window and saved as a gdl window. It shows up and I can place it in a wall. When placed in a wall, the window shows an empty opening for the window in the wall but the window frame shows up 100' away from the wall. How can I fix it? Help, please. (the text for the window type shows up next to the empty opening in the wall) &lt;BR /&gt;
Can anybody elude to the problem? &lt;BR /&gt;
Regards, &lt;BR /&gt;
-AAA&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:46:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Window-in-Plan-is-100-away-from-wall/m-p/75308#M32751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T10:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Window in Plan is 100' away from wall</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Window-in-Plan-is-100-away-from-wall/m-p/75309#M32752</link>
      <description>-AAA,&lt;BR /&gt;
It sounds like there is something wrong in the 3D script or the settings.&lt;BR /&gt;
If you open the library part , file-&amp;gt;open-&amp;gt;GDL object-&amp;gt;open object,&lt;BR /&gt;
and go to the 3D view and show the coordinate axise, what do you see ?&lt;BR /&gt;
Is the window far away from global origin ?&lt;BR /&gt;
If not then check in the settings dialogue and see whether&lt;BR /&gt;
the frame offset is some large number.&lt;BR /&gt;
For the moment, this is what I can think of to check.&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Thu, 31 Aug 2006 21:40:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Window-in-Plan-is-100-away-from-wall/m-p/75309#M32752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-31T21:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Window in Plan is 100' away from wall</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Window-in-Plan-is-100-away-from-wall/m-p/75310#M32753</link>
      <description>If you open the library part , file-&amp;gt;open-&amp;gt;GDL object-&amp;gt;open object,&lt;BR /&gt;
and go to the 3D view and show the coordinate axise, what do you see ?&lt;BR /&gt;
Is the window far away from global origin ?&lt;BR /&gt;
&lt;BR /&gt;
Yes, I am far away from the origin in the 3d view! How do I fix? I have been toying with this for some time now.&lt;BR /&gt;
-AAA</description>
      <pubDate>Thu, 31 Aug 2006 21:48:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Window-in-Plan-is-100-away-from-wall/m-p/75310#M32753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-31T21:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Window in Plan is 100' away from wall</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Window-in-Plan-is-100-away-from-wall/m-p/75311#M32754</link>
      <description>-AAA,&lt;BR /&gt;
In the 3D script, probably very near the beginning, look for&lt;BR /&gt;
a single line of code that reads   addz 100'-0"   or something very similar.&lt;BR /&gt;
If you find such a line then just before it on the same line&lt;BR /&gt;
put in one or more exclamation points  !!addz 100'-0" . &lt;BR /&gt;
This is a character that makes the interpreter ignore every thing &lt;BR /&gt;
after it on the same line. It is called commenting out.&lt;BR /&gt;
Then push the check script button up at the top of the script.&lt;BR /&gt;
If everything is OK go to the 3D view and see if your window&lt;BR /&gt;
is now sitting at and centered on the global origin.&lt;BR /&gt;
&lt;BR /&gt;
BTW is your name really -AAA ?&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Thu, 31 Aug 2006 23:40:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Window-in-Plan-is-100-away-from-wall/m-p/75311#M32754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-31T23:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Window in Plan is 100' away from wall</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Window-in-Plan-is-100-away-from-wall/m-p/75312#M32755</link>
      <description>When modeling custom anything, make sure that:&lt;BR /&gt;
&lt;BR /&gt;
- you do it on the origin, and project zero&lt;BR /&gt;
- for doors and windows, the origin has to be in the bottom middle&lt;BR /&gt;
- door opening direction is "down", in the negative z direction&lt;BR /&gt;
- the object is built in the positive z direction</description>
      <pubDate>Fri, 01 Sep 2006 07:24:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Window-in-Plan-is-100-away-from-wall/m-p/75312#M32755</guid>
      <dc:creator>Djordje</dc:creator>
      <dc:date>2006-09-01T07:24:47Z</dc:date>
    </item>
  </channel>
</rss>

