<?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 Door - Schedule Views in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245247#M10651</link>
    <description>The only bit of GDL code I know of that affects schedules is GLOB_CONTEXT=6&lt;BR /&gt;
&lt;BR /&gt;
I use it for my electrical objects so that they do not rotate in the schedule.&lt;BR /&gt;
&lt;BR /&gt;
if GLOB_CONTEXT = 6 then&lt;BR /&gt;
	SYMB_ROTANGLE = 0&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
Also it can be used to show (or not) window shutters, casings, trims, etc.&lt;BR /&gt;
GS seem to use this in their window objects.&lt;BR /&gt;
&lt;BR /&gt;
But unless you have used this in your script I can't see this is the problem.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Do you have the correct sub-type selected for your door?&lt;BR /&gt;
If you have it as a 'wall opening' you can still place it as a door but it will not schedule.&lt;BR /&gt;
&lt;BR /&gt;
Barry.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/12138i4C0302A069DE3624/image-size/large?v=v2&amp;amp;px=999" border="0" alt="sub-type.jpg" title="sub-type.jpg" /&gt;</description>
    <pubDate>Thu, 12 Feb 2015 01:21:09 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2015-02-12T01:21:09Z</dc:date>
    <item>
      <title>Custom Door - Schedule Views</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245244#M10648</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I have created a custom door which I have used for a while.&lt;BR /&gt;
My problem is that when I come to do drawn schedules, I cannot see any views. For example 'View from opening side'&lt;BR /&gt;
&lt;BR /&gt;
Is there a bit of code I need to add for this to appear?&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Tom&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 08:49:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245244#M10648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T08:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Door - Schedule Views</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245245#M10649</link>
      <description>Are other doors showing OK?&lt;BR /&gt;
Is it just the views not showing or is all other info missing as well?&lt;BR /&gt;
Is it a complete door and frame you have created or just a custom door panel.&lt;BR /&gt;
&lt;BR /&gt;
All I can think of is you have a renovation status set for your door that the schedule is not using (all info will be missing not just the views).&lt;BR /&gt;
i.e schedule is using 'Existing' reno filter but door is se to 'New'.&lt;BR /&gt;
&lt;BR /&gt;
Attached is an image of a door I have scripted (a long time ago) and I just quickly added a custom door panel.&lt;BR /&gt;
I see no problems unless I mess with the reno filters.&lt;BR /&gt;
&lt;BR /&gt;
Barry.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/18656i7471D36CA6F96AB0/image-size/large?v=v2&amp;amp;px=999" border="0" alt="custom_door_in_schedule.jpg" title="custom_door_in_schedule.jpg" /&gt;</description>
      <pubDate>Wed, 11 Feb 2015 08:13:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245245#M10649</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2015-02-11T08:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Door - Schedule Views</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245246#M10650</link>
      <description>Thanks Barry,&lt;BR /&gt;
I checked the renovation status and it is the same as other doors which appear fine.&lt;BR /&gt;
It is a door I have fully scripted (no standard door works for our requirements)&lt;BR /&gt;
I was hoping there was a bit of code I forgot to add. I will keep digging.&lt;BR /&gt;
Cheers</description>
      <pubDate>Thu, 12 Feb 2015 00:07:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245246#M10650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-12T00:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Door - Schedule Views</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245247#M10651</link>
      <description>The only bit of GDL code I know of that affects schedules is GLOB_CONTEXT=6&lt;BR /&gt;
&lt;BR /&gt;
I use it for my electrical objects so that they do not rotate in the schedule.&lt;BR /&gt;
&lt;BR /&gt;
if GLOB_CONTEXT = 6 then&lt;BR /&gt;
	SYMB_ROTANGLE = 0&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
Also it can be used to show (or not) window shutters, casings, trims, etc.&lt;BR /&gt;
GS seem to use this in their window objects.&lt;BR /&gt;
&lt;BR /&gt;
But unless you have used this in your script I can't see this is the problem.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Do you have the correct sub-type selected for your door?&lt;BR /&gt;
If you have it as a 'wall opening' you can still place it as a door but it will not schedule.&lt;BR /&gt;
&lt;BR /&gt;
Barry.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/12138i4C0302A069DE3624/image-size/large?v=v2&amp;amp;px=999" border="0" alt="sub-type.jpg" title="sub-type.jpg" /&gt;</description>
      <pubDate>Thu, 12 Feb 2015 01:21:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245247#M10651</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2015-02-12T01:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Door - Schedule Views</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245248#M10652</link>
      <description>I have used Door (Wall) subtype. I wonder if I should try one of the gs sub types.&lt;BR /&gt;
Hmmmmm.....&lt;BR /&gt;
Quite frustrating</description>
      <pubDate>Thu, 12 Feb 2015 01:26:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245248#M10652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-12T01:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Door - Schedule Views</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245249#M10653</link>
      <description>No that should be fine.&lt;BR /&gt;
Door (Wall) is all I use.&lt;BR /&gt;
&lt;BR /&gt;
Changing the subtypes with change the default parameters in your object which will be a problem if you have used them.&lt;BR /&gt;
&lt;BR /&gt;
I'm running out of ideas.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cry.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 12 Feb 2015 01:36:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Door-Schedule-Views/m-p/245249#M10653</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2015-02-12T01:36:21Z</dc:date>
    </item>
  </channel>
</rss>

