<?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: Panel door holes for panels not showing in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31652#M29006</link>
    <description>The first and last lines of the hole are identical, unless I can't see the trees for the forest.</description>
    <pubDate>Fri, 15 Feb 2008 20:41:37 GMT</pubDate>
    <dc:creator>Erika Epstein</dc:creator>
    <dc:date>2008-02-15T20:41:37Z</dc:date>
    <item>
      <title>Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31650#M29004</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
I am writing a script for a multi-panel door. The number of panels can vary. I am able to get all the panels to show up correctly with a FOR NEXT routine, but when I apply this kind of routine to the door panel itself, the holes for the panels are filled in.&lt;BR /&gt;
&lt;BR /&gt;
This is the script for the door panel&lt;BR /&gt;
FOR k=1 TO pnlqt !STEP 1&lt;BR /&gt;
	cprism_ intfinmat, extfinmat, sidefinmat,&lt;BR /&gt;
				10, drthk,&lt;BR /&gt;
		   -0.5*drwd, 0'-0.0000",	15,&lt;BR /&gt;
		   -0.5*drwd, drht,			15,&lt;BR /&gt;
			0.5*drwd, drht,			15,&lt;BR /&gt;
			0.5*drwd, 0'-0.0000",	15,&lt;BR /&gt;
		   -0.5*drwd, 0'-0.0000",   -1,&lt;BR /&gt;
			-0.5*pwd, brail+(k-1)*irail+(k-1)*pht,  15,&lt;BR /&gt;
			-0.5*pwd, brail+(k-1)*irail+k*pht,		15,&lt;BR /&gt;
			 0.5*pwd, brail+(k-1)*irail+k*pht,    	15,&lt;BR /&gt;
			 0.5*pwd, brail+(k-1)*irail+(k-1)*pht,  15,&lt;BR /&gt;
			-0.5*pwd, brail+(k-1)*irail+(k-1)*pht,  -1&lt;BR /&gt;
		NEXT k&lt;BR /&gt;
brail,srail, trail and irail are the bottom, side, top and intermediate rails&lt;BR /&gt;
&lt;BR /&gt;
Can someone help with why the holes don't appear as holes? You can see the pen outlining them.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erika&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/73617iD78EF1C6C2CE7A69/image-size/large?v=v2&amp;amp;px=999" border="0" alt="panel door.jpg" title="panel door.jpg" /&gt;</description>
      <pubDate>Wed, 24 May 2023 09:00:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31650#M29004</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2023-05-24T09:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31651#M29005</link>
      <description>Hi Erika,&lt;BR /&gt;
&lt;BR /&gt;
If I well remember, in the cprism (or any prism) the first and the last node of a hole have to be identical.&lt;BR /&gt;
Hope it helps.</description>
      <pubDate>Fri, 15 Feb 2008 19:02:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31651#M29005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-15T19:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31652#M29006</link>
      <description>The first and last lines of the hole are identical, unless I can't see the trees for the forest.</description>
      <pubDate>Fri, 15 Feb 2008 20:41:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31652#M29006</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2008-02-15T20:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31653#M29007</link>
      <description>In your first post the first line/node of the hole is "-0.5*drwd, 0'-0.0000", -1,"&lt;BR /&gt;
...and the last is "-0.5*pwd, brail+(k-1)*irail+(k-1)*pht, -1"&lt;BR /&gt;
My suggestion is: add another line/node in the end of the hole with the following  "-0.5*drwd, 0'-0.0000", -1"</description>
      <pubDate>Fri, 15 Feb 2008 20:52:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31653#M29007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-15T20:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31654#M29008</link>
      <description>Braza,&lt;BR /&gt;
The first line of the HOLE is:&lt;BR /&gt;
 -0.5*pwd, brail+(k-1)*irail+(k-1)*pht, 15,&lt;BR /&gt;
and so is the last one:&lt;BR /&gt;
 -0.5*pwd, brail+(k-1)*irail+(k-1)*pht, 15,&lt;BR /&gt;
&lt;BR /&gt;
The first line you noted is the first line of the overall DOOR panel.&lt;BR /&gt;
&lt;BR /&gt;
Erika</description>
      <pubDate>Fri, 15 Feb 2008 21:18:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31654#M29008</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2008-02-15T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31655#M29009</link>
      <description>Sorry Erika... My GDL is a little bit rusty  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt;&lt;BR /&gt;
It seems like there are two coincident prisms...&lt;BR /&gt;
One with the holes and another one without holes...&lt;BR /&gt;
Check if there is any junk code in the script... Just a hint.</description>
      <pubDate>Fri, 15 Feb 2008 22:15:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31655#M29009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-15T22:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31656#M29010</link>
      <description>Erika,&lt;BR /&gt;
&lt;BR /&gt;
The loop syntax is incorrect.&lt;BR /&gt;
With some adjustments, you can try this (for example) &lt;BR /&gt;
&lt;BR /&gt;
yHole  = (B - yWid * (nHole + 1)) / nHole&lt;BR /&gt;
ySpace = yWid + yHole &lt;BR /&gt;
&lt;BR /&gt;
put -A/2, 0, 15, &lt;BR /&gt;
	-A/2, B, 15, &lt;BR /&gt;
	 A/2, B, 15, &lt;BR /&gt;
	 A/2, 0, 15, &lt;BR /&gt;
	-A/2, 0, -1&lt;BR /&gt;
&lt;BR /&gt;
for k = 0 to nHole-1&lt;BR /&gt;
	put -A/2 + xWid, k * ySpace + yWid        , 15, &lt;BR /&gt;
		-A/2 + xWid, k * ySpace + yWid + yHole, 15, &lt;BR /&gt;
		 A/2 - xWid, k * ySpace + yWid + yHole, 15, &lt;BR /&gt;
		 A/2 - xWid, k * ySpace + yWid        , 15, &lt;BR /&gt;
		-A/2 + xWid, k * ySpace + yWid        , -1&lt;BR /&gt;
next k&lt;BR /&gt;
&lt;BR /&gt;
cprism_  mat, mat, mat, nsp/3, height, get(nsp)</description>
      <pubDate>Fri, 15 Feb 2008 22:50:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31656#M29010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-15T22:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31657#M29011</link>
      <description>Hello Olivier,&lt;BR /&gt;
Would you agree that the problem with Erika's code is&lt;BR /&gt;
that with each iteration of the loop the door panel is&lt;BR /&gt;
drawn again with one hole in different position so the&lt;BR /&gt;
holes are filled in with the other panels ? The fix is indeed&lt;BR /&gt;
the code you suggest which draws only one door panel&lt;BR /&gt;
then "puts" the holes into it.&lt;BR /&gt;
Alternatively, Erika could draw one door panel and use&lt;BR /&gt;
a for/next loop to make the holes with a cutpolya command.&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Peter</description>
      <pubDate>Fri, 15 Feb 2008 23:20:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31657#M29011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-15T23:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31658#M29012</link>
      <description>Paolo,&lt;BR /&gt;
My meager gdl is even rustier than yours! And I did try your added line just in case. &lt;BR /&gt;
I had made this door with slabs and custom profiles for trim around both sides of each panel. The result was an autoscripted 64 pages of code with more advanced terms than I'd ever seen in an autoscripted part before nevermind having used them. I figured this was my wake-up call to improve my skills.&lt;BR /&gt;
&lt;BR /&gt;
Olivier &amp;amp; Peter, I am now studying PUT and GET and CUTPOLY terminolgy and your script. Peter you're right about what I did oh-so neatly fill in all the holes I had cut  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Thank you for the help&lt;BR /&gt;
&lt;BR /&gt;
Erika</description>
      <pubDate>Sat, 16 Feb 2008 02:00:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31658#M29012</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2008-02-16T02:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31659#M29013</link>
      <description>Hello Erika,&lt;BR /&gt;
I am curious why you are not using "A" and "B" for the&lt;BR /&gt;
width and height of your door panel. Using "A" and "B"&lt;BR /&gt;
will make the info pallet display the door size correctly.&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Sat, 16 Feb 2008 02:40:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31659#M29013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-16T02:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31660#M29014</link>
      <description>Well, I was thinking I might want to add a transom and sidelights and would need those dimensions separate from A &amp;amp; B.&lt;BR /&gt;
These doors are for an historical, (for California, c.1902) house being converted into a restaurant. The standard for the doors are 5 panel with many upper glass-panel variations.  Some also have transoms, mostly rectangular, and one has sidelights. &lt;BR /&gt;
My thinking was at some point A and B would not always be just the door height or width. As I write this, I realize how silly this must sound. The transom and sidelight can also be called as custom transom and custom sidelight units.&lt;BR /&gt;
Sigh.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
The short answer is poor programming skills.</description>
      <pubDate>Sat, 16 Feb 2008 02:54:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31660#M29014</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2008-02-16T02:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31661#M29015</link>
      <description>Hello Erika, &lt;BR /&gt;
Not necessarily poor programing skills.&lt;BR /&gt;
If you are planing to use "A" and "B" as&lt;BR /&gt;
an outside frame size for a mulled unit&lt;BR /&gt;
composed of a door and frame, transom&lt;BR /&gt;
and frame, and sidelight panels and frames,&lt;BR /&gt;
then this would be logical.&lt;BR /&gt;
Tell me is it still possible in LA to have doors&lt;BR /&gt;
and windows made by local door and window&lt;BR /&gt;
makers that are historically accurate or have&lt;BR /&gt;
code requirements for infiltration and heat&lt;BR /&gt;
loss become so stringent that national makers&lt;BR /&gt;
that can demonstrate compliance the only way&lt;BR /&gt;
to go now ?&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Sat, 16 Feb 2008 03:12:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31661#M29015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-16T03:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31662#M29016</link>
      <description>Erika,&lt;BR /&gt;
Sometime ago I scripted a door like yours and I realise that to make a "realistic door" (specially in a historical project) you have to make each part separately.&lt;BR /&gt;
If you build it with one prism you will get only one direction for the door face texture, and I personally don't accept this for a realistic element.&lt;BR /&gt;
It's because the direction of the wood veins texture is not the same for each part of the door.&lt;BR /&gt;
So I decided to built it only with PRISM_ and VERT definitions.&lt;BR /&gt;
It's more simple and more realistic.</description>
      <pubDate>Sat, 16 Feb 2008 14:31:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31662#M29016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-16T14:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31663#M29017</link>
      <description>Peter, &lt;BR /&gt;
Regarding historical accuracy v. current codes: Always a fine line. Historical restoration allows for some wiggle room to balance the cost implication v. current codes v. accuracy. The existing building is actually in very good condition so restoration including doors, windows and other woodwork will be relatively easy and we will keep the original doors and windows. The addition must match the style(s) of what was built in &lt;U&gt;&lt;/U&gt;&lt;S&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/S&gt;that&lt;E&gt;&lt;/E&gt; historical district at &lt;U&gt;&lt;/U&gt;&lt;S&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/S&gt;that&lt;E&gt;&lt;/E&gt; time will be to current code. &lt;BR /&gt;
 &lt;BR /&gt;
Paulo, &lt;BR /&gt;
Good point! Fortunately for me, photos from when it was built show all woodwork painted and we will be continuing with that aesthetic. In the historic district the project is located in we must restore to that time. Some of the interior woodwork, like the stair railings which were not painted, are another story.</description>
      <pubDate>Sat, 16 Feb 2008 20:24:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31663#M29017</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2008-02-16T20:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31664#M29018</link>
      <description>Olivier &amp;amp; Peter,&lt;BR /&gt;
 I just completed my 5-panel door successfully! &lt;BR /&gt;
Autoscripted it was 64+ pages(335KB).&lt;BR /&gt;
The written version is just over 2 pages  (13KB)and is fully parametric.&lt;BR /&gt;
Thank you both very much.&lt;BR /&gt;
&lt;BR /&gt;
Next I'll try changing it to separate rails and stiles per Paolo's comments.</description>
      <pubDate>Thu, 21 Feb 2008 02:23:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31664#M29018</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2008-02-21T02:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31665#M29019</link>
      <description>Hello Erika,&lt;BR /&gt;
Congratulations !&lt;BR /&gt;
To bad I can't magnify your image&lt;BR /&gt;
because I thought you wanted&lt;BR /&gt;
panel molds around the raised&lt;BR /&gt;
recessed panels. Do you have&lt;BR /&gt;
panel molds ?&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Thu, 21 Feb 2008 02:30:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31665#M29019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-21T02:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Panel door holes for panels not showing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31666#M29020</link>
      <description>Yes,&lt;BR /&gt;
They are sprisms for now. I'm waiting for the measurements of the actual ones, so I can extrude or bend(?) around the opening.Both sides of the door.&lt;BR /&gt;
&lt;BR /&gt;
I also need to:&lt;BR /&gt;
-add in also a scale dependent resol so that at 1/4"the linework doesn't turn into a blob. &lt;BR /&gt;
&lt;BR /&gt;
-add in the single pane glass panels. Some are 2panels +intermediate rails high, others are 3pnls + int. rails high, etc...&lt;BR /&gt;
&lt;BR /&gt;
I am enjoying this tremendously. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Thu, 21 Feb 2008 02:41:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Panel-door-holes-for-panels-not-showing/m-p/31666#M29020</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2008-02-21T02:41:11Z</dc:date>
    </item>
  </channel>
</rss>

