<?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 How to make 2D display of Door with Cross in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-2D-display-of-Door-with-Cross/m-p/156899#M12580</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I tried to use the empty door as the opening for Pipes. The 2D display are wished to be Contour with Cross.(Fig. 01) Is it possible to add some 2D scripts for realize my purpose? &lt;BR /&gt;
&lt;BR /&gt;
My first idea is to add the following scripts: &lt;BR /&gt;
&lt;BR /&gt;
line2 -a/2,0,a/2, Wall_Thickness &lt;BR /&gt;
line2 -a/2,Wall_Thickness,a/2,0 &lt;BR /&gt;
&lt;BR /&gt;
However it is apparent the parameter "wall_thickness" does not exist ! &lt;BR /&gt;
&lt;BR /&gt;
Any help?&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Fig_1.jpg" style="width: 802px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/7871iFA621026F084A6A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fig_1.jpg" alt="Fig_1.jpg" /&gt;&lt;/span&gt;</description>
    <pubDate>Wed, 24 May 2023 08:50:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-24T08:50:45Z</dc:date>
    <item>
      <title>How to make 2D display of Door with Cross</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-2D-display-of-Door-with-Cross/m-p/156899#M12580</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I tried to use the empty door as the opening for Pipes. The 2D display are wished to be Contour with Cross.(Fig. 01) Is it possible to add some 2D scripts for realize my purpose? &lt;BR /&gt;
&lt;BR /&gt;
My first idea is to add the following scripts: &lt;BR /&gt;
&lt;BR /&gt;
line2 -a/2,0,a/2, Wall_Thickness &lt;BR /&gt;
line2 -a/2,Wall_Thickness,a/2,0 &lt;BR /&gt;
&lt;BR /&gt;
However it is apparent the parameter "wall_thickness" does not exist ! &lt;BR /&gt;
&lt;BR /&gt;
Any help?&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Fig_1.jpg" style="width: 802px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/7871iFA621026F084A6A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fig_1.jpg" alt="Fig_1.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 24 May 2023 08:50:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-2D-display-of-Door-with-Cross/m-p/156899#M12580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T08:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 2D display of Door with Cross</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-2D-display-of-Door-with-Cross/m-p/156900#M12581</link>
      <description>Kent:&lt;BR /&gt;
&lt;BR /&gt;
This should work, and showed a cross when I pasted your code at the top of the 2D Script for the "Simple Door Opening" library part. Where in the script is the code added? Best would be to zip the library part and post it here so others can look at the entire library part.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Wed, 16 Apr 2014 13:31:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-2D-display-of-Door-with-Cross/m-p/156900#M12581</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2014-04-16T13:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 2D display of Door with Cross</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-2D-display-of-Door-with-Cross/m-p/156901#M12582</link>
      <description>WALL_THICKNESS is a GDL Global variable so it should be storing the thickness of the Wall the Window/Door is placed into.&lt;BR /&gt;
&lt;BR /&gt;
Are you saying that the cross does not adjust to the Wall thickness of the Wall?&lt;BR /&gt;
Can you attach a screenshot of the incorrect result?</description>
      <pubDate>Wed, 16 Apr 2014 14:11:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-2D-display-of-Door-with-Cross/m-p/156901#M12582</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2014-04-16T14:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 2D display of Door with Cross</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-2D-display-of-Door-with-Cross/m-p/156902#M12583</link>
      <description>&lt;BLOCKQUOTE&gt;laszlonagy wrote:&lt;BR /&gt;WALL_THICKNESS is a GDL Global variable so it should be storing the thickness of the Wall the Window/Door is placed into.&lt;BR /&gt;
&lt;BR /&gt;
Are you saying that the cross does not adjust to the Wall thickness of the Wall?&lt;BR /&gt;
Can you attach a screenshot of the incorrect result?&lt;/BLOCKQUOTE&gt;

After modify the parameter &lt;B&gt;"WALL_THICKNESS"&lt;/B&gt; as capital word&lt;B&gt; instead of "Wall_Thickness"&lt;/B&gt;, the scripts could work. &lt;BR /&gt;
&lt;BR /&gt;
line2 -a/2,0,a/2,WALL_THICKNESS &lt;BR /&gt;
line2 -a/2,WALL_THICKNESS,a/2,0&lt;BR /&gt;
&lt;BR /&gt;
By the way, how to match the Cross Line's Style with the Contour's Line's Style. Thank you!</description>
      <pubDate>Wed, 16 Apr 2014 17:57:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-2D-display-of-Door-with-Cross/m-p/156902#M12583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T17:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 2D display of Door with Cross</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-2D-display-of-Door-with-Cross/m-p/156903#M12584</link>
      <description>&lt;BLOCKQUOTE&gt;Kent wrote:&lt;BR /&gt;By the way, how to match the Cross Line's Style with the Contour's Line's Style. Thank you!&lt;/BLOCKQUOTE&gt;
You need to set the line type before the lines command:
&lt;PRE&gt;SET LINE_TYPE gs_wcont_line_in&lt;/PRE&gt;
or
&lt;PRE&gt;SET LINE_TYPE gs_wcont_line_out&lt;/PRE&gt;
depending on whether you want to use the Inside or Outside line type.&lt;BR /&gt;
&lt;BR /&gt;
To use the pen setting:
&lt;PRE&gt;PEN gs_wcont_line_pen&lt;/PRE&gt;

Notice in the GDL main library window interface the &lt;FONT color="blue"&gt;Type&lt;/FONT&gt; column, which shows you the type of variable being used (line type, pen, etc).&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Kent wrote:&lt;BR /&gt;[After modify the parameter &lt;B&gt;"WALL_THICKNESS"&lt;/B&gt; as capital word&lt;B&gt; instead of "Wall_Thickness"&lt;/B&gt;, the scripts could work. &lt;BR /&gt;
&lt;BR /&gt;
line2 -a/2,0,a/2,WALL_THICKNESS &lt;BR /&gt;
line2 -a/2,WALL_THICKNESS,a/2,0&lt;/BLOCKQUOTE&gt;
The upper or lower case makes no difference, even &lt;FONT color="blue"&gt;WaLl_ThIcKnEsS&lt;/FONT&gt; works, there must some other issue, sometimes invisible characters can be copied into the GDL script, creating unreadable lines.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Thu, 17 Apr 2014 13:06:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-2D-display-of-Door-with-Cross/m-p/156903#M12584</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2014-04-17T13:06:59Z</dc:date>
    </item>
  </channel>
</rss>

