<?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 Modify &amp;quot;Railing Vertical&amp;quot; gsm object in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Modify-quot-Railing-Vertical-quot-gsm-object/m-p/134147#M21404</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to modify the "Railing Vertical" gsm object that comes in Archicad 9 own library, to display a different vertical bar (made by me)? &lt;BR /&gt;
&lt;BR /&gt;
I mean, replacing the simple vertical bar with a classical curved bar.&lt;BR /&gt;
&lt;BR /&gt;
I know this involves GDL editing, but I don't know where to start.&lt;BR /&gt;
&lt;BR /&gt;
A little help is appreciated.&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 01 May 2010 09:24:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-05-01T09:24:53Z</dc:date>
    <item>
      <title>Modify "Railing Vertical" gsm object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modify-quot-Railing-Vertical-quot-gsm-object/m-p/134147#M21404</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to modify the "Railing Vertical" gsm object that comes in Archicad 9 own library, to display a different vertical bar (made by me)? &lt;BR /&gt;
&lt;BR /&gt;
I mean, replacing the simple vertical bar with a classical curved bar.&lt;BR /&gt;
&lt;BR /&gt;
I know this involves GDL editing, but I don't know where to start.&lt;BR /&gt;
&lt;BR /&gt;
A little help is appreciated.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 01 May 2010 09:24:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modify-quot-Railing-Vertical-quot-gsm-object/m-p/134147#M21404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-01T09:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Modify "Railing Vertical" gsm object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modify-quot-Railing-Vertical-quot-gsm-object/m-p/134148#M21405</link>
      <description>cris2d2:&lt;BR /&gt;
&lt;BR /&gt;
In the US version of &lt;FONT color="green"&gt;Railing Vertical&lt;/FONT&gt; (which has an annotated script!) starting at line 69 (labeled &lt;FONT color="blue"&gt;!!!!!!!!Vertical Bars!!!!!!!!&lt;/FONT&gt;) of the 3D Script is the code for this part of the object. The actual command is&lt;BR /&gt;
&lt;FONT color="blue"&gt;Prism_ 5,zzyzx-hrh-lcbh-ucbh-2*lh,&lt;BR /&gt;
	-bth/2,-bw/2,15,&lt;BR /&gt;
	bth/2,-bw/2,15,&lt;BR /&gt;
	bth/2,bw/2,15,&lt;BR /&gt;
	-bth/2,bw/2,15,&lt;BR /&gt;
	-bth/2,-bw/2,-1&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
It looks like the bar is placed at its center point, so inserting a replacement should be straight forward. The simplest approach is to simply substitute the code for your bar for the one in the script. Fancier approaches would create a new parameter for the bar type, then either through sub routines or If...Then statements give an option for bar types.&lt;BR /&gt;
&lt;BR /&gt;
Enjoy,&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Sat, 01 May 2010 11:17:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modify-quot-Railing-Vertical-quot-gsm-object/m-p/134148#M21405</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2010-05-01T11:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Modify "Railing Vertical" gsm object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modify-quot-Railing-Vertical-quot-gsm-object/m-p/134149#M21406</link>
      <description>&lt;BLOCKQUOTE&gt;David wrote:&lt;BR /&gt;cris2d2:&lt;BR /&gt;
&lt;BR /&gt;
In the US version of &lt;FONT color="green"&gt;Railing Vertical&lt;/FONT&gt; (which has an annotated script!) starting at line 69 (labeled &lt;FONT color="blue"&gt;!!!!!!!!Vertical Bars!!!!!!!!&lt;/FONT&gt;) of the 3D Script is the code for this part of the object. The actual command is&lt;BR /&gt;
&lt;FONT color="blue"&gt;Prism_ 5,zzyzx-hrh-lcbh-ucbh-2*lh,&lt;BR /&gt;
	-bth/2,-bw/2,15,&lt;BR /&gt;
	bth/2,-bw/2,15,&lt;BR /&gt;
	bth/2,bw/2,15,&lt;BR /&gt;
	-bth/2,bw/2,15,&lt;BR /&gt;
	-bth/2,-bw/2,-1&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
It looks like the bar is placed at its center point, so inserting a replacement should be straight forward. The simplest approach is to simply substitute the code for your bar for the one in the script. Fancier approaches would create a new parameter for the bar type, then either through sub routines or If...Then statements give an option for bar types.&lt;BR /&gt;
&lt;BR /&gt;
Enjoy,&lt;BR /&gt;
&lt;BR /&gt;
David&lt;/BLOCKQUOTE&gt;

&lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; Thanks, I'll try it as soon as I can.</description>
      <pubDate>Sat, 01 May 2010 13:13:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modify-quot-Railing-Vertical-quot-gsm-object/m-p/134149#M21406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-01T13:13:45Z</dc:date>
    </item>
  </channel>
</rss>

