<?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: lamps in slabs and walls in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/lamps-in-slabs-and-walls/m-p/67729#M35098</link>
    <description>You will get light only out of lamp-objects. The LIGHT statement inside other scripts does not cause an error, but it will not bring up a light. Sometimes it's yet a problem if a lamp-object is placed inside an opening of another object. The GDL interpreter thinks it's inside another object an cancels calculation of the lightning out of this source.</description>
    <pubDate>Tue, 25 Oct 2005 08:23:48 GMT</pubDate>
    <dc:creator>Frank Beister</dc:creator>
    <dc:date>2005-10-25T08:23:48Z</dc:date>
    <item>
      <title>lamps in slabs and walls</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/lamps-in-slabs-and-walls/m-p/67727#M35096</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi everybody,&lt;BR /&gt;
&lt;BR /&gt;
I'm wondering if there's a way to script gdl lamps to cut holes when inserted in slabs and walls.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Oct 2005 14:14:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/lamps-in-slabs-and-walls/m-p/67727#M35096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-24T14:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: lamps in slabs and walls</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/lamps-in-slabs-and-walls/m-p/67728#M35097</link>
      <description>I think you can make a ´"window" object with included lighting, &lt;BR /&gt;
but perhaps you will get in trouble with parameters, because this is not the normal way. &lt;BR /&gt;
you have to fill the hole, if you don't want to see the lamp on both sides of the wall. and calculation of volumina and surfaces of the wall will be not correct. &lt;BR /&gt;
users will usually try to insert the lamp with object (not window) tool, so the will be irritated too. &lt;BR /&gt;
&lt;BR /&gt;
for roofs its pricipally the same&lt;BR /&gt;
&lt;BR /&gt;
for slabs I don't know a possibility &lt;BR /&gt;
&lt;BR /&gt;
but in my opinion I wouldn't make it so complicate. first make a hole with a suitable tool (window or seo) then place the lamp.</description>
      <pubDate>Tue, 25 Oct 2005 07:47:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/lamps-in-slabs-and-walls/m-p/67728#M35097</guid>
      <dc:creator>gerd</dc:creator>
      <dc:date>2005-10-25T07:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: lamps in slabs and walls</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/lamps-in-slabs-and-walls/m-p/67729#M35098</link>
      <description>You will get light only out of lamp-objects. The LIGHT statement inside other scripts does not cause an error, but it will not bring up a light. Sometimes it's yet a problem if a lamp-object is placed inside an opening of another object. The GDL interpreter thinks it's inside another object an cancels calculation of the lightning out of this source.</description>
      <pubDate>Tue, 25 Oct 2005 08:23:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/lamps-in-slabs-and-walls/m-p/67729#M35098</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-10-25T08:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: lamps in slabs and walls</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/lamps-in-slabs-and-walls/m-p/67730#M35099</link>
      <description>&lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; &lt;BR /&gt;
I didn't try it before... That was only a idea&lt;BR /&gt;
&lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_rolleyes.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 26 Oct 2005 07:47:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/lamps-in-slabs-and-walls/m-p/67730#M35099</guid>
      <dc:creator>gerd</dc:creator>
      <dc:date>2005-10-26T07:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: lamps in slabs and walls</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/lamps-in-slabs-and-walls/m-p/67731#M35100</link>
      <description>About inserting lights into walls.&lt;BR /&gt;
&lt;BR /&gt;
  The best way - to make new window(or door) object starting from "white sheet".&lt;BR /&gt;
Sure You shoold have some some experience in GDL scripting. Generally&lt;BR /&gt;
it would not be very complicated object. Especially if You use 9.0 version -&lt;BR /&gt;
there is a new command for wall niches in GDL interpreter. No problems at all&lt;BR /&gt;
 - every shapes and parameters You want ! Everything must go well if script is written correctly.&lt;BR /&gt;
&lt;BR /&gt;
About inserting lights into roofs.&lt;BR /&gt;
&lt;BR /&gt;
  The only way to do it - use skylight function like in skylight objects. The huge problem -&lt;BR /&gt;
just rectangular shapes could be generated automatically for roofs (object L x object W).&lt;BR /&gt;
Another huge problem - hole should be through the roof (no niches).&lt;BR /&gt;
&lt;BR /&gt;
About inserting lights into slabs.&lt;BR /&gt;
&lt;BR /&gt;
  No way to do it.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
One more hint - why do You need such objects ? Maybe the easiest way - to&lt;BR /&gt;
'simulate' hole in wall&amp;amp;roofs&amp;amp;slabs ? Make usual light objects which 'seems to be inserted' and&lt;BR /&gt;
place the light source (it's invisible on sections &amp;amp; 3D drawings) just a few mm in front of&lt;BR /&gt;
walls or roofs - on the renderings they will works quite well.</description>
      <pubDate>Sun, 13 Nov 2005 21:51:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/lamps-in-slabs-and-walls/m-p/67731#M35100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-11-13T21:51:58Z</dc:date>
    </item>
  </channel>
</rss>

