<?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: Custom window reveal materials in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-window-reveal-materials/m-p/358542#M19248</link>
    <description>&lt;P&gt;As far as I know, the reveal for a basic&amp;nbsp;&lt;STRONG&gt;WALLHOLE&lt;/STRONG&gt; will be a uniform material throughout. If you wish to have a seperate interior to exterior material, you will need to add a &lt;STRONG&gt;WALLNICHE&lt;/STRONG&gt; to the exterior and / or interior side of your window which &lt;EM&gt;requests&amp;nbsp;&lt;/EM&gt;the relevant surface depending on how much control you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is an object I was playing around with. It applies the surfaces to &lt;STRONG&gt;PRISM&lt;/STRONG&gt;s within the&amp;nbsp;&lt;STRONG&gt;WALLHOLE&lt;/STRONG&gt; but you can just apply them to&amp;nbsp;&lt;STRONG&gt;WALLNICHE&lt;/STRONG&gt;s with less hassel...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;IF gs_wall_mat = "Interior" then
SET MATERIAL WALL_MAT_A
ELSE
IF gs_wall_mat = "Side" then
SET MATERIAL WALL_MAT_EDGE
ELSE
SET MATERIAL WALL_MAT_B
endIF
endIF

WallNiche 4, 1, 2,
0, 0, 1, -WIDO_SILL,
0, plinth_h, 15,
A, plinth_h, 15,
A, B, 15,
0, B, 1

IF gs_wall_mat = "Wrap" then
SET MATERIAL WALL_MAT_A
endIF

If WIDO_SILL &amp;lt;= 0 then
WallHole 4, 2,
0, 0, 15,
A, 0, 15,
A, B, 15,
0, B, 1
endIF

WallNiche 4, 1, 2,
0, 0, 1, WALL_THICKNESS,
0, 0, 15,
A, 0, 15,
A, B, 15,
0, B, 1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Oct 2022 02:42:21 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2022-10-13T02:42:21Z</dc:date>
    <item>
      <title>Custom window reveal materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-window-reveal-materials/m-p/358515#M19246</link>
      <description>&lt;P&gt;I've made some custom windows but when I place them and assign, say, a 30mm reveal, the reveal material doesn't match the exterior/interior wall materials as with the standard windows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a setting I've missed or is this a limitation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If limitation, is there a (reasonable) workaround?&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 07:46:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-window-reveal-materials/m-p/358515#M19246</guid>
      <dc:creator>JohnJay</dc:creator>
      <dc:date>2023-05-24T07:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Custom window reveal materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-window-reveal-materials/m-p/358530#M19247</link>
      <description>&lt;P&gt;Can you post a screenshot of the exact situation?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 21:55:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-window-reveal-materials/m-p/358530#M19247</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2022-10-12T21:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom window reveal materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-window-reveal-materials/m-p/358542#M19248</link>
      <description>&lt;P&gt;As far as I know, the reveal for a basic&amp;nbsp;&lt;STRONG&gt;WALLHOLE&lt;/STRONG&gt; will be a uniform material throughout. If you wish to have a seperate interior to exterior material, you will need to add a &lt;STRONG&gt;WALLNICHE&lt;/STRONG&gt; to the exterior and / or interior side of your window which &lt;EM&gt;requests&amp;nbsp;&lt;/EM&gt;the relevant surface depending on how much control you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is an object I was playing around with. It applies the surfaces to &lt;STRONG&gt;PRISM&lt;/STRONG&gt;s within the&amp;nbsp;&lt;STRONG&gt;WALLHOLE&lt;/STRONG&gt; but you can just apply them to&amp;nbsp;&lt;STRONG&gt;WALLNICHE&lt;/STRONG&gt;s with less hassel...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;IF gs_wall_mat = "Interior" then
SET MATERIAL WALL_MAT_A
ELSE
IF gs_wall_mat = "Side" then
SET MATERIAL WALL_MAT_EDGE
ELSE
SET MATERIAL WALL_MAT_B
endIF
endIF

WallNiche 4, 1, 2,
0, 0, 1, -WIDO_SILL,
0, plinth_h, 15,
A, plinth_h, 15,
A, B, 15,
0, B, 1

IF gs_wall_mat = "Wrap" then
SET MATERIAL WALL_MAT_A
endIF

If WIDO_SILL &amp;lt;= 0 then
WallHole 4, 2,
0, 0, 15,
A, 0, 15,
A, B, 15,
0, B, 1
endIF

WallNiche 4, 1, 2,
0, 0, 1, WALL_THICKNESS,
0, 0, 15,
A, 0, 15,
A, B, 15,
0, B, 1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 02:42:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-window-reveal-materials/m-p/358542#M19248</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2022-10-13T02:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom window reveal materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-window-reveal-materials/m-p/359097#M19249</link>
      <description>&lt;P&gt;Thanks guys&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Luckily the client went with rectangular windows so I won't be needing custom windows any more in this project&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For future reference though, &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/11140"&gt;@Lingwisyer&lt;/a&gt; I'm not sure what you mean&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a custom window in the normal way except I made a 'wallniche' mesh in addition to the 'wallhole' mesh but there's no change to the reveal (still takes the material from the wall side)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I use the code you posted?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 08:57:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-window-reveal-materials/m-p/359097#M19249</guid>
      <dc:creator>JohnJay</dc:creator>
      <dc:date>2022-10-19T08:57:13Z</dc:date>
    </item>
  </channel>
</rss>

