<?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: Simple cube...with movable nodes in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47770#M34311</link>
    <description>&lt;BLOCKQUOTE&gt;rgarand wrote:&lt;BR /&gt;I am looking for a simple cube, which I know is in the Basic Shapes part of the ArchiCAD library...but I would like to move each corner node of the cube independently. This is a very typical thing that can be done in the 3D studio's and Cinema 4D programs, but in CAD programs it seems a bit more complicated. I know straight autocad can not even accomplish this task.&lt;/BLOCKQUOTE&gt;

do you mean something like this? wrote it tonight after reading your post. If its not here, then i am getting the attachment technique wrong.</description>
    <pubDate>Sun, 26 Mar 2006 01:50:11 GMT</pubDate>
    <dc:creator>david nicholson-cole</dc:creator>
    <dc:date>2006-03-26T01:50:11Z</dc:date>
    <item>
      <title>Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47764#M34305</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello everyone,&lt;BR /&gt;
&lt;BR /&gt;
I have a simple question to ask and I hope I get a answer like "The GDL object in in the Special Edition Library" or something like that.&lt;BR /&gt;
&lt;BR /&gt;
I am looking for a simple cube, which I know is in the Basic Shapes part of the ArchiCAD library...but I would like to move each corner node of the cube independently. This is a very typical thing that can be done in the 3D studio's and Cinema 4D programs, but in CAD programs it seems a bit more complicated. I know straight autocad can not even accomplish this task.&lt;BR /&gt;
&lt;BR /&gt;
Has anyone developed an object that can do this? &lt;BR /&gt;
&lt;BR /&gt;
All I want to do is draw a slab and take the bottom nodes of this slab, slide them in the x/y direction to make a trapazoid type object and move on...I know I can make it in profiler and the GDL tools plugin...but why can't I do this with the slab object.&lt;BR /&gt;
&lt;BR /&gt;
Any thoughts?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Mar 2006 15:11:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47764#M34305</guid>
      <dc:creator>rgarand</dc:creator>
      <dc:date>2006-03-22T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47765#M34306</link>
      <description>Thought of making the Slab From a &lt;B&gt;Very&lt;/B&gt; flat roof and adjusting the "Roof edge angle". I have not tried this and I do not know how "flat" you can make a roof.</description>
      <pubDate>Wed, 22 Mar 2006 23:12:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47765#M34306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-03-22T23:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47766#M34307</link>
      <description>&lt;BLOCKQUOTE&gt;Jay wrote:&lt;BR /&gt;Thought of making the Slab From a &lt;B&gt;Very&lt;/B&gt; flat roof and adjusting the "Roof edge angle". I have not tried this and I do not know how "flat" you can make a roof.&lt;/BLOCKQUOTE&gt;

This is the way for trapezoidal shapes. Roof can be flat (angle zero)</description>
      <pubDate>Fri, 24 Mar 2006 07:16:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47766#M34307</guid>
      <dc:creator>Djordje</dc:creator>
      <dc:date>2006-03-24T07:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47767#M34308</link>
      <description>It is in so far a bit complicated, because you can't move hotspots in 3 directions at the same point. You have to use 2 for each corner. makes 16 for a cube, if it should be free editable. Many points around in 3D. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
But if you can live with this, here comes the next: If you change one point others have to change simultaniously too, because every 4 have to be complanar. Otherwise the surfaces are not planar and split into 2 triangulars, from which you don't know, how they are generated (points 1/2/3+3/4/1 or 1/2/4+2/3/4).&lt;BR /&gt;
&lt;BR /&gt;
Not easy to make the parameters changing by dragging another (special theme &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; ), but much more complicated is the calculation in the 3D.&lt;BR /&gt;
&lt;BR /&gt;
One editing solution would be to define the "cube" by 6 moveable points on the 6 surfaces and 12 angles to define their inclination. This is in deed a lot of math, if you need hotspots at the edges. Without, it's not so much, because you can use simple CUTPLANES.</description>
      <pubDate>Fri, 24 Mar 2006 07:37:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47767#M34308</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-03-24T07:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47768#M34309</link>
      <description>F.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the explaination...not really what I wanted to hear, but a great techincal explaination. I often wondered if moving points in 3D made the object (faces) more complex. Sounds like it does...</description>
      <pubDate>Fri, 24 Mar 2006 15:26:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47768#M34309</guid>
      <dc:creator>rgarand</dc:creator>
      <dc:date>2006-03-24T15:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47769#M34310</link>
      <description>One I have for you: &lt;A href="http://www.opengdl.org/gdl-de/00021/Trigon.zip" target="_blank"&gt;Trigon&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
No cube, just a triangle, but you can combine them. Identical positioned hotspots in space of joining triangles can be dragged simoultaneous, if all are selected.</description>
      <pubDate>Fri, 24 Mar 2006 20:02:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47769#M34310</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-03-24T20:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47770#M34311</link>
      <description>&lt;BLOCKQUOTE&gt;rgarand wrote:&lt;BR /&gt;I am looking for a simple cube, which I know is in the Basic Shapes part of the ArchiCAD library...but I would like to move each corner node of the cube independently. This is a very typical thing that can be done in the 3D studio's and Cinema 4D programs, but in CAD programs it seems a bit more complicated. I know straight autocad can not even accomplish this task.&lt;/BLOCKQUOTE&gt;

do you mean something like this? wrote it tonight after reading your post. If its not here, then i am getting the attachment technique wrong.</description>
      <pubDate>Sun, 26 Mar 2006 01:50:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47770#M34311</guid>
      <dc:creator>david nicholson-cole</dc:creator>
      <dc:date>2006-03-26T01:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47771#M34312</link>
      <description>That's tricky David, but the "cube" has no plain surfaces. And you can't control the way the surfaces are arched.&lt;BR /&gt;
&lt;BR /&gt;
BTW: As you use 2 points for the three parameters of each corner: The manual fails in the point one could change more than two parameters with one hotspot. Right?</description>
      <pubDate>Sun, 26 Mar 2006 12:49:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47771#M34312</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-03-26T12:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47772#M34313</link>
      <description>&lt;BLOCKQUOTE&gt;F. wrote:&lt;BR /&gt;That's tricky David, but the "cube" has no plain surfaces. And you can't control the way the surfaces are arched.&lt;BR /&gt;
BTW: As you use 2 points for the three parameters of each corner: The manual fails in the point one could change more than two parameters with one hotspot. Right?&lt;/BLOCKQUOTE&gt;

If you have a fully deformable cube, you are going to get curved surfaces. If you select the ROUGH option, you see the planes in the faces of the cube.&lt;BR /&gt;
&lt;BR /&gt;
I am not sure why you say each point has only 2 parameters. Its obvious when looking at it in 3D that it has X, Y and Z hotspots.&lt;BR /&gt;
If one UNHIDES the X,Y,Z parameters, someone could write in specific dimensions.&lt;BR /&gt;
===davidnc</description>
      <pubDate>Sun, 26 Mar 2006 19:57:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47772#M34313</guid>
      <dc:creator>david nicholson-cole</dc:creator>
      <dc:date>2006-03-26T19:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47773#M34314</link>
      <description>&lt;BLOCKQUOTE&gt;I am not sure why you say each point has only 2 parameters. Its obvious when looking at it in 3D that it has X, Y and Z hotspots. &lt;/BLOCKQUOTE&gt;

My question was not clear enough:&lt;BR /&gt;
The GDL manual says, you may assign to one position in space three groups of hotspot-commands, which create one graphical hotspot, which changes, if dragged, and that's my point, three parameters. In my experience, that's impossible. In your object you use one movebale hotspots for X/Y and one additional for the Z-coordinate. I see this as affirmation for the fault of the manual.&lt;BR /&gt;
&lt;BR /&gt;
This was no criticism in your cube-object. I understood rgarands ask for a "cube", that he needs something like a polyhedron with 6 surfaces. The rough shaped flexcube is yet quiet similar to this.</description>
      <pubDate>Sun, 26 Mar 2006 23:13:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47773#M34314</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-03-26T23:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47774#M34315</link>
      <description>&lt;BLOCKQUOTE&gt;F. wrote:&lt;BR /&gt;This was no criticism in your cube-object. I understood rgarands ask for a "cube", that he needs something like a polyhedron with 6 surfaces. The rough shaped flexcube is yet quiet similar to this.&lt;/BLOCKQUOTE&gt;

One could do an object where the faces simply pull in any direction, keeping all the faces planar, but this can be done in Archicad without any GDL. (unless it was capable of skewing, which would be interesting.... one could do an object that used XForm to work. the object i uploaded uses COONS, 6 of them to form a deformed cuboid.</description>
      <pubDate>Sun, 26 Mar 2006 23:48:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47774#M34315</guid>
      <dc:creator>david nicholson-cole</dc:creator>
      <dc:date>2006-03-26T23:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47775#M34316</link>
      <description>Brilliant, yet twisted, at the same time! I love it!</description>
      <pubDate>Mon, 27 Mar 2006 16:38:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47775#M34316</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2006-03-27T16:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47776#M34317</link>
      <description>Brilliant, David!&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Mon, 27 Mar 2006 20:16:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47776#M34317</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2006-03-27T20:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Simple cube...with movable nodes</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47777#M34318</link>
      <description>David,&lt;BR /&gt;
&lt;BR /&gt;
Thanks! This definately does the job I was looking for.&lt;BR /&gt;
&lt;BR /&gt;
ArchiCAD Talk is great!</description>
      <pubDate>Tue, 28 Mar 2006 16:11:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-cube-with-movable-nodes/m-p/47777#M34318</guid>
      <dc:creator>rgarand</dc:creator>
      <dc:date>2006-03-28T16:11:39Z</dc:date>
    </item>
  </channel>
</rss>

