<?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: Spiral Ramp using Tube in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97539#M33021</link>
    <description>if you have the cookbook there is a section on spirals &amp;amp; helixes i think that you may be better of using the prism command rather than tube if you a requiring a profile that is rectangular in section</description>
    <pubDate>Tue, 26 Sep 2006 01:58:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-09-26T01:58:34Z</dc:date>
    <item>
      <title>Spiral Ramp using Tube</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97538#M33020</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I have created a object that creates a spiral ramp. Ie it rotates around a centre point and increases in height. I am using the tube command to do this.&lt;BR /&gt;
&lt;BR /&gt;
I have 2 parts to my question/problem&lt;BR /&gt;
&lt;BR /&gt;
Part 1: My problem occurs with the vertical edges. The vertical edges appear as though they are curved, curved in elevation as well as in plan? I have had a look at the inbuilt ArchiCAD objects that use tube and they do not seem to do this? although i am sure i have seen it happen before with another object a while back. Any suggestions. I have tried upping the number of segments of the curve but it still happens. Anyone else had this problem?&lt;BR /&gt;
&lt;BR /&gt;
Part 2 to my question is has anyone used any other objects to do this. I have noticed their is a inaccuracy with the tube object as it slightly deforms the profile along its length?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 26 Sep 2006 01:05:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97538#M33020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-26T01:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Spiral Ramp using Tube</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97539#M33021</link>
      <description>if you have the cookbook there is a section on spirals &amp;amp; helixes i think that you may be better of using the prism command rather than tube if you a requiring a profile that is rectangular in section</description>
      <pubDate>Tue, 26 Sep 2006 01:58:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97539#M33021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-26T01:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Spiral Ramp using Tube</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97540#M33022</link>
      <description>Mark,&lt;BR /&gt;
I have used BPRISM_, TUBE, and TUBEA for this purpose.&lt;BR /&gt;
I have found that BPRISM_ to be the easiest to code&lt;BR /&gt;
because you don't have to define a path and the smoothness&lt;BR /&gt;
is controlled with a resol statement.&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Tue, 26 Sep 2006 02:36:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97540#M33022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-26T02:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Spiral Ramp using Tube</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97541#M33023</link>
      <description>&lt;BLOCKQUOTE&gt;Mark wrote:&lt;BR /&gt;The vertical edges appear as though they are curved, curved in elevation as well as in plan? &lt;/BLOCKQUOTE&gt;

I have seen GDL objects created with REVOLVE and TUBE appear oddly smoothed in OpenGL. Is that what you're seeing? In TUBE, the status values of the profile nodes control smoothing. 1 smooths the tube, 0 doesn't. Maybe you can switch off the smoothing of the ramp sides? Not great, because you'll see the vertical line at each step of the tube path.&lt;BR /&gt;
&lt;BR /&gt;
The Cookbook does conclude that the bPrism method gives the best rendered appearance, but it sure is a twisty approach to the problem.</description>
      <pubDate>Tue, 26 Sep 2006 07:07:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97541#M33023</guid>
      <dc:creator>David Collins</dc:creator>
      <dc:date>2006-09-26T07:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Spiral Ramp using Tube</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97542#M33024</link>
      <description>Thanks guys, seems like the bprism in the cookbook might be the way to go, i will give that a try.</description>
      <pubDate>Tue, 26 Sep 2006 23:29:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97542#M33024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-26T23:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Spiral Ramp using Tube</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97543#M33025</link>
      <description>&lt;BLOCKQUOTE&gt;I have found that BPRISM_ to be the easiest to code&lt;/BLOCKQUOTE&gt;

well, that's right but it is not going to work for a spiral ramp, actually I should say it works with a great limitation because BPRISM_  command has got an internal relationship defined for the height and radius: radius must be always bigger then height...&lt;BR /&gt;
attached screenshot</description>
      <pubDate>Wed, 27 Sep 2006 06:15:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97543#M33025</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2006-09-27T06:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Spiral Ramp using Tube</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97544#M33026</link>
      <description>Hello Rob,&lt;BR /&gt;
I don't understand why this would be a problem.&lt;BR /&gt;
If you want a very tight spiral just make "H" negative.&lt;BR /&gt;
Maybe I don't understand what you are saying.&lt;BR /&gt;
Peter Devlin&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/68139i0CFA1F505E82A65A/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Ramp.jpg" title="Ramp.jpg" /&gt;</description>
      <pubDate>Thu, 28 Sep 2006 19:21:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97544#M33026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-28T19:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Spiral Ramp using Tube</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97545#M33027</link>
      <description>I should have shown the dimensions this way.&lt;BR /&gt;
Peter Devlin&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/11371i38E5BA21FA162980/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Ramp.jpg" title="Ramp.jpg" /&gt;</description>
      <pubDate>Thu, 28 Sep 2006 19:42:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Spiral-Ramp-using-Tube/m-p/97545#M33027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-28T19:42:12Z</dc:date>
    </item>
  </channel>
</rss>

