<?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: Lighting fixture object - cutting ceiling hole with SEO in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185239#M19835</link>
    <description>OK, I think I got it. Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Now the next question, is there a way to make it cut the whole automatically, like doors do in a wall, without having to do SEO?</description>
    <pubDate>Mon, 09 Aug 2010 18:03:57 GMT</pubDate>
    <dc:creator>kevin b</dc:creator>
    <dc:date>2010-08-09T18:03:57Z</dc:date>
    <item>
      <title>Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185231#M19827</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello AC experts,&lt;BR /&gt;
&lt;BR /&gt;
I have created an object representing a recessed light -- see attachment (3D section). In order to cut the appropriate hole in the ceiling soffit, I need to use an additional cylinder to do SEO and later hide its layer.&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to include an "invisible" solid within the GDL object itself, so I could just use the object as the SEO operator? Or is it possible to automatically cut the hole without having to resort to SEO at all?&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot!&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/72639i4557E2A01BB11511/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screen shot 2010-08-04 at 1.38.35 PM.png" title="Screen shot 2010-08-04 at 1.38.35 PM.png" /&gt;</description>
      <pubDate>Wed, 04 Aug 2010 19:26:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185231#M19827</guid>
      <dc:creator>matjashka</dc:creator>
      <dc:date>2010-08-04T19:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185232#M19828</link>
      <description>AFAIK if your object has been created with solid elements (ie. slabs etc) rather than single surfaces then it should be able to perform SEO's using it as the operator. In your case because the outer perimeter of your light is recessed up above the ceiling plane use the "Subtraction with downwards extrusion" option. My experience here is very limited though, so I am happy to be corrected.</description>
      <pubDate>Wed, 04 Aug 2010 20:25:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185232#M19828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-04T20:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185233#M19829</link>
      <description>Thanks Stuart - that was actually a brilliant thought, it's just for some reason the upward extrusion gives some results with this lamp, while downward extrusion does not do anything.&lt;BR /&gt;
&lt;BR /&gt;
I will try creating a simple revolved solid and try to turn off wall/edge visibility in GDL, so *in theory* this will create an invisible solid around the light fixture that I hope will be included in the SEO calculation. The question is, will this be still treated as a solid element. I will report.</description>
      <pubDate>Wed, 04 Aug 2010 20:43:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185233#M19829</guid>
      <dc:creator>matjashka</dc:creator>
      <dc:date>2010-08-04T20:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185234#M19830</link>
      <description>&lt;BLOCKQUOTE&gt;matjashka wrote:&lt;BR /&gt;...Is it possible to include an "invisible" solid within the GDL object itself, so I could just use the object as the SEO operator?...&lt;/BLOCKQUOTE&gt;

This is possible but you must script the object to make it happen. Your code for the main object will remain just the same but then you will add an if/then statement invoking the GLOB_CONTEXT variable (for when GLOB_CONTEXT equals 43 or 44 most likely) in which you script for the elements to be present during the SEO operation. &lt;PRE&gt;IF GLOB_CONTEXT = 43  OR GLOB_CONTEXT = 44 THEN : do something here to occur during an SEO operation : ENDIF&lt;/PRE&gt;If you have made your light from slabs, walls, etc and allowed ArchiCAD to create the GDL code, this can still be added (assuming you saved the part as editable GDL script) but there will be a scaling factor that must be dealt with as you script your part. You will also still need to know a little about GDL scripting. &lt;BR /&gt;
&lt;BR /&gt;
HTH</description>
      <pubDate>Wed, 04 Aug 2010 23:28:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185234#M19830</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2010-08-04T23:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185235#M19831</link>
      <description>Erich, sorry about my delayed response.&lt;BR /&gt;
The GLOB_CONTEXT worked like a charm (when it eventually occurred to me that it 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;that&lt;E&gt;&lt;/E&gt; simple).&lt;BR /&gt;
&lt;BR /&gt;
Thank you Erich, and Stuart as well!</description>
      <pubDate>Mon, 09 Aug 2010 16:05:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185235#M19831</guid>
      <dc:creator>matjashka</dc:creator>
      <dc:date>2010-08-09T16:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185236#M19832</link>
      <description>Glad it worked for you.</description>
      <pubDate>Mon, 09 Aug 2010 16:36:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185236#M19832</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2010-08-09T16:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185237#M19833</link>
      <description>Looking for a similar solution for AC14 Library Lights. Using the Recessed Flourescent for example, when subtracting downward, only some of the elements from the part subtract the ceiling (ie. the lamps), so I am assuming the others (ie. the housing) were not actually solids to begin with. So how can I add something to this part that will subtract out a rectangle from the ceiling and will change if I change the size of the fixture?&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Mon, 09 Aug 2010 17:07:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185237#M19833</guid>
      <dc:creator>kevin b</dc:creator>
      <dc:date>2010-08-09T17:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185238#M19834</link>
      <description>Hi Kevin,&lt;BR /&gt;
&lt;BR /&gt;
I don't know how you created your fixture but I assume like most people you built it in 3D and saved as editable GDL object.&lt;BR /&gt;
Your objective is to add a "cutter" volume to the GDL code that will cut a hole, but remain invisible (this was my main question above). Now, you can either add this volume to the group of solids that make up your light and re-save, OR you can just add the code to your existing object.&lt;BR /&gt;
&lt;BR /&gt;
For all who look for similar solution:&lt;BR /&gt;
&lt;BR /&gt;
1) as a general rule, ID all your solids so it's easier to find the solid in GDL code;&lt;BR /&gt;
&lt;BR /&gt;
2) the new solid must have the same space coordinates as your original;&lt;BR /&gt;
&lt;BR /&gt;
3) you may save only what you need as a separate GDL object, and just open its code, copy and paste relevant fragments of code to your original object. It's much easier than typing the code from scratch.&lt;BR /&gt;
&lt;BR /&gt;
4) as Erich pointed out above, wrap the "cutter" volume GDL code with GLOB_CONTEXT conditional statement (see Erich's post). It won't show up in 3D but will join the volumes calculated in SEO.&lt;BR /&gt;
&lt;BR /&gt;
5) because you want to keep it parametric, the same size variables you use to resize your light fixture will also apply to the "cutter" volume. I'm lazy in this case -- if the volumes are more complicated, I just bulk save all manufacturer's sizes into the same library part and use some functions to display only the size I need. This is faster than scripting everything.</description>
      <pubDate>Mon, 09 Aug 2010 17:29:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185238#M19834</guid>
      <dc:creator>matjashka</dc:creator>
      <dc:date>2010-08-09T17:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185239#M19835</link>
      <description>OK, I think I got it. Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Now the next question, is there a way to make it cut the whole automatically, like doors do in a wall, without having to do SEO?</description>
      <pubDate>Mon, 09 Aug 2010 18:03:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185239#M19835</guid>
      <dc:creator>kevin b</dc:creator>
      <dc:date>2010-08-09T18:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185240#M19836</link>
      <description>From my very limited knowledge, unlike the WALLHOLE object, the cutting objects in GDL apply to the objects &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;wrapped&lt;E&gt;&lt;/E&gt; with CUTSHAPE, CUTFORM etc., so the answer may be negative.&lt;BR /&gt;
&lt;BR /&gt;
I'd like to know by myself.</description>
      <pubDate>Mon, 09 Aug 2010 18:16:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185240#M19836</guid>
      <dc:creator>matjashka</dc:creator>
      <dc:date>2010-08-09T18:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185241#M19837</link>
      <description>If your object is to be placed in a roof, you can make it as a skylight object that will automatically cut your hole. However, if you are placing the object in a slab, this will not work (there is not solution in that case of which I am aware).</description>
      <pubDate>Mon, 09 Aug 2010 20:35:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185241#M19837</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2010-08-09T20:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Lighting fixture object - cutting ceiling hole with SEO</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185242#M19838</link>
      <description>&lt;BLOCKQUOTE&gt;kevin wrote:&lt;BR /&gt;Looking for a similar solution for AC14 Library Lights. Using the Recessed Flourescent for example, when subtracting downward, only some of the elements from the part subtract the ceiling (ie. the lamps), so I am assuming the others (ie. the housing) were not actually solids to begin with. So how can I add something to this part that will subtract out a rectangle from the ceiling and will change if I change the size of the fixture?&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/BLOCKQUOTE&gt; (I was looking at the thread upside down!)&lt;BR /&gt;
&lt;BR /&gt;
I second Kevin's question. What kind of solution can we use with Library Recessed Lamps? &lt;BR /&gt;
Do we need to write GDL code or use hard to mantain SEO in order to have automatic holes generated in dropped ceilings when using any kind of recessed lighting?</description>
      <pubDate>Tue, 04 Jan 2011 17:42:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Lighting-fixture-object-cutting-ceiling-hole-with-SEO/m-p/185242#M19838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-04T17:42:20Z</dc:date>
    </item>
  </channel>
</rss>

