<?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 Corner Column Object in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103596#M33079</link>
    <description>get the GDL Reference Manual from GS (or use thru Archicad On-Line Help)  &amp;amp; GDL Cookbook by David Nicholoson-Cole &lt;BR /&gt;
&lt;BR /&gt;
two pretty good references to get started, its a pretty easy language to get started  with, just got to keep it simple good luck</description>
    <pubDate>Fri, 13 Oct 2006 01:25:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-10-13T01:25:28Z</dc:date>
    <item>
      <title>Custom Corner Column Object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103590#M33073</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hey guys,&lt;BR /&gt;
&lt;BR /&gt;
My name is Chris Maley and i live in Geraldton, Australia. I am currently learning this awesome program and drafting in general from a local drafty here in town.&lt;BR /&gt;
&lt;BR /&gt;
He has asked me to make this corner column thingy he made out of some walls, a slab and three column's into an object he can freely edit.&lt;BR /&gt;
&lt;BR /&gt;
He supplied me with an existing column object that is already scripted so that i may learn the scripting behind its creation, and it was very helpful to dissect.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.whyatts-automotive.com/Twin_Multi_Column.gsm" target="_blank"&gt;Twin Multi Column&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
This is the existing column that has an interface script, but i think it was saved as a non-editable gsm object in which case, i'm not exactly sure&lt;BR /&gt;
how they assigned ht_1 to height, a1 to width etc.&lt;BR /&gt;
Also this object has alot of other features which i don't require in my object like shape of sections, max sections, distance between centers and fill. I simply want to create an object with an interface script with custom height, width, depth and material values for three sections, base, slab and columns.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.whyatts-automotive.com/Twin_Multi_Column.gsm" target="_blank"&gt;The object in question&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
In the 3d script of my object i saved it as editable and found the co-ords for geometry creation but if i assign a ht_1 param to part 1 of the base wall and link it to the interface script it will only move that part of the wall's height and not effect the top slab or column's at all.&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;! Document name: 
!
!
!   Name     : 3 Pier Corner Column.gsm
!   Date     : Tuesday, 3 October 2006
!   Version  : 10.00
!   Written by ArchiCAD 
!

mulx	A/   0.6484375
muly	B/  0.64453125
mulz	ZZYZX/3.042999982834


sprism_{2} mat_1, mat_1, mat_1,
             9,            0,            0,            1,            1,        0.858,            0,
           0,            0,            1,            0,           0,            0,
        57211.44362962, -33052.06768026,     15, ind(material," Paving - Brick"),
        57211.41362962, -33051.93768026,     15, ind(material," Paving - Brick"),
        57211.81362962, -33051.93768026,     15, ind(material," Paving - Brick"),
        57211.92362962, -33051.82768026,     15, ind(material," Paving - Brick"),
        57211.33362962, -33051.82768026,     15, ind(material," Paving - Brick"),
        57211.33362962, -33052.17768026,     15, ind(material," Paving - Brick"),
        57211.57362962, -33052.17768026,     15, ind(material," Paving - Brick"),
        57211.58362962, -33052.06768026,     15, ind(material," Paving - Brick"),
        57211.44362962, -33052.06768026,     -1, ind(material," Paving - Brick")
body    -1
&lt;/PRE&gt;

For instance here, this is code from the 3d window of my object and i saw that 0.858 value is the height so i could replace that with a param, but it doesn't effect any other object so i guess you would need to group all these together. That begs the question of how does it then only change this objects height and not all objects of the group.. &lt;BR /&gt;
&lt;BR /&gt;
I figured for width and depth i could replace ' 57211.44362962 ' values with param's too but i'm simply not sure which co-ords in x, y and z are which.&lt;BR /&gt;
&lt;BR /&gt;
I realise i am a newcomer to the scene and if all this has already been covered in a previous thread i apologize; it's hard to find keywords to search on this particular issue.&lt;BR /&gt;
&lt;BR /&gt;
Again i apologize if the answer to this problem is so simple that it requires the reader to re-evaluate the intellect of civilian scum such as myself &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance for any help,&lt;BR /&gt;
&lt;BR /&gt;
Chris Maley&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:06:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103590#M33073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T10:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Corner Column Object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103591#M33074</link>
      <description>A quick response without reading your whole post exactly:&lt;BR /&gt;
&lt;BR /&gt;
You have to create the editable parameters in the parameter list of the object. use the name of the parameter in this list as value of the sprism-command. You can change the height individual in the instances of the object in the plan by using the object settings dialog.</description>
      <pubDate>Wed, 04 Oct 2006 07:21:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103591#M33074</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-10-04T07:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Corner Column Object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103592#M33075</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
As a point of principal, I set up objects to convert from the model at the 0,0,0 origin (of the species), as this tends to make the coordinate info more understandable and makes the process of adding parameters into the parameter script simpler.&lt;BR /&gt;
&lt;BR /&gt;
Chris Phillips&lt;BR /&gt;
&lt;BR /&gt;
Architecture - another non profit occupation!</description>
      <pubDate>Wed, 04 Oct 2006 16:18:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103592#M33075</guid>
      <dc:creator>Chris Phillips</dc:creator>
      <dc:date>2006-10-04T16:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Corner Column Object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103593#M33076</link>
      <description>chris &lt;BR /&gt;
&lt;BR /&gt;
your going to have to learn some of the basic gdl commands like prism&lt;BR /&gt;
i would suggest that you attempt some basic scipting from scratch rather &lt;BR /&gt;
than drawing the object in 3D then saving as a gdl object&lt;BR /&gt;
&lt;BR /&gt;
you might find it a bit tougher at first but in the long run you will be much better able to control your objects &lt;BR /&gt;
&lt;BR /&gt;
set height,depth &amp;amp; width as parameters in parameter script&lt;BR /&gt;
&lt;BR /&gt;
in 3d script&lt;BR /&gt;
prism_  5,height&lt;BR /&gt;
&lt;BR /&gt;
-width/2,  -depth/2,15,&lt;BR /&gt;
width/2,  -depth/2,15,&lt;BR /&gt;
width/2,   depth/2,15,&lt;BR /&gt;
-width/2,  depth/2,15,&lt;BR /&gt;
-width/2, -depth/2,-1&lt;BR /&gt;
&lt;BR /&gt;
in 2d script&lt;BR /&gt;
&lt;BR /&gt;
rect2   -width/2,  -depth/2, width/2,  -depth/2</description>
      <pubDate>Fri, 06 Oct 2006 06:01:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103593#M33076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-10-06T06:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Corner Column Object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103594#M33077</link>
      <description>You miss the point.&lt;BR /&gt;
I am fully aware of these commands and have been for the best part of 18 years. The point is that if you are a beginner and starting from what looks to be a 3d object, them starting at a known zero gives you a better chance of making a stab at interpreting the code, ie what old enigma decrypters would call, in their public school way, a crib.&lt;BR /&gt;
Yes, you need to know the gdl primitives, but premodelling can give you a valuable insight into the structure of the script.&lt;BR /&gt;
&lt;BR /&gt;
Chris Phillips, user since 1989 version 3.42</description>
      <pubDate>Fri, 06 Oct 2006 10:37:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103594#M33077</guid>
      <dc:creator>Chris Phillips</dc:creator>
      <dc:date>2006-10-06T10:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Corner Column Object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103595#M33078</link>
      <description>Thanks very much for all of your replies, damien lebeck especially &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; thanks mate&lt;BR /&gt;
&lt;BR /&gt;
Honestly i wanted to learn this language from the beginning so i would have a better understanding of it all. &lt;BR /&gt;
Im used to 3ds max and that is a little different if you know what i mean.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again,&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Wed, 11 Oct 2006 06:14:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103595#M33078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-10-11T06:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Corner Column Object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103596#M33079</link>
      <description>get the GDL Reference Manual from GS (or use thru Archicad On-Line Help)  &amp;amp; GDL Cookbook by David Nicholoson-Cole &lt;BR /&gt;
&lt;BR /&gt;
two pretty good references to get started, its a pretty easy language to get started  with, just got to keep it simple good luck</description>
      <pubDate>Fri, 13 Oct 2006 01:25:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-Corner-Column-Object/m-p/103596#M33079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-10-13T01:25:28Z</dc:date>
    </item>
  </channel>
</rss>

