<?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: A plugin with real 3D polyline? in Visualization</title>
    <link>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84424#M25862</link>
    <description>Thanks, Olivier!&lt;BR /&gt;
I'll save this as a tutorial. Drag and drop is great, I didn't know I could use it this way.
&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;
Make sure to have the same number of nodes.&lt;/BLOCKQUOTE&gt;
But you see - this is what I don't like in it, and it's the same in ArchiForma. This is not a real Ruled surface for me. Have a look at the picture.  (Still AutoCAd, sorry &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt; )&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Djordje wrote:&lt;BR /&gt;
I have a feeling that you are trying to literally translate your experiences of one software to another, instead of trying to understand. Never a good method.&lt;/BLOCKQUOTE&gt;
AC is my primary CAD application since version 4.5, I use AutoCAD only when I have to do things that are difficult or impossible to do in AC (alas, there are still such things &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt; ). I think translating experience from other software is a good, not a bad thing - it broadens your horizon and enables you to see some shortcomings which  otherwise you would not see. You never know it existed until you've tried it.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/12257iFDBB6864DDDB5BA5/image-size/large?v=v2&amp;amp;px=999" border="0" alt="ruled example.jpg" title="ruled example.jpg" /&gt;</description>
    <pubDate>Tue, 20 Jul 2004 07:34:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-07-20T07:34:41Z</dc:date>
    <item>
      <title>A plugin with real 3D polyline?</title>
      <link>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84420#M25858</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Does anybody know of an AC plugin which works with really usable 3D polylines? I've tried ArchiForma and found out that its 3D polyline is very crude  - when drawing arc segments you can only use one drawing method, which is not the best of them, and you cannot use Magic Wand to redraw a polyline from AC.  &lt;BR /&gt;
I want to model a simple curtain in 3D - two polylines and a Ruled surface - it turned out to be extremely difficult. &lt;BR /&gt;
So I did it in AutoCAD. &lt;BR /&gt;
I wonder when will AC have these simple functions AutoCAD has since release12 (year 1996 if I remember right) ???&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="curtain.gif" style="width: 778px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/7278iCFAB6FC64090DCE3/image-size/large?v=v2&amp;amp;px=999" role="button" title="curtain.gif" alt="curtain.gif" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 26 May 2023 13:03:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84420#M25858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-26T13:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: A plugin with real 3D polyline?</title>
      <link>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84421#M25859</link>
      <description>Did you try RULED?&lt;BR /&gt;
&lt;BR /&gt;
Draw your first polyline (a), starting from the origin of the project x=0,y=0 (the grey cross)&lt;BR /&gt;
then drag and drop it into the 2D script of a new library part. You will get a SPLINE2A.&lt;BR /&gt;
Miracle, ring the bells, in less than one second your 2D symbol is ready.&lt;BR /&gt;
&lt;BR /&gt;
Draw your second  polyline (b), then drag and drop it into the 2D script&lt;BR /&gt;
Make sure to have the same number of nodes. &lt;BR /&gt;
&lt;BR /&gt;
Then copy paste the 2D script into the 3D script.&lt;BR /&gt;
For the polyline (a) keep only the two first parameters (xa, ya location) and type 1 for the third.&lt;BR /&gt;
For the polyline (b) keep only the two first parameters (xb, yb location) and type a zb value for the height.&lt;BR /&gt;
&lt;BR /&gt;
into the 3D script&lt;BR /&gt;
Replace SPLINE2A  8, 2,   (for eg 8 is the number of points of the polyline)&lt;BR /&gt;
by&lt;BR /&gt;
RULED 8, 16+32, &lt;BR /&gt;
xa1, ya1, 1,&lt;BR /&gt;
xa2, ya2, 1,&lt;BR /&gt;
&lt;BR /&gt;
xa8, ya8, 1,&lt;BR /&gt;
&lt;BR /&gt;
xb1, yb1, zb1,     &lt;BR /&gt;
xb2, yb2, zb2,&lt;BR /&gt;
&lt;BR /&gt;
xb8, yb8, zb8       &lt;BR /&gt;
&lt;BR /&gt;
Delete in the 2D script the second polyline (b), that's all.</description>
      <pubDate>Thu, 15 Jul 2004 17:03:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84421#M25859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-07-15T17:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: A plugin with real 3D polyline?</title>
      <link>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84422#M25860</link>
      <description>kliment wrote
&lt;BLOCKQUOTE&gt;I wonder when will AC have these simple functions AutoCAD has since release12 &lt;/BLOCKQUOTE&gt; &lt;BR /&gt;
&lt;BR /&gt;
You said Auto what? Plesae keep polite. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Mike, you are right, this is the faster way.&lt;BR /&gt;
But i think that  with walls the result is a little bit "static", &lt;BR /&gt;
because the two polylines are the same.&lt;BR /&gt;
&lt;BR /&gt;
Kliment example showed two different polylines.&lt;BR /&gt;
&lt;BR /&gt;
With some GDL, it is not difficult to get a more "realistic" effect.&lt;BR /&gt;
For the second polyline, take the first one and just modify some&lt;BR /&gt;
node positions.&lt;BR /&gt;
At the end you can play with zb1, zb2, (and so on) height, to get&lt;BR /&gt;
even more realistic effects.</description>
      <pubDate>Thu, 15 Jul 2004 19:51:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84422#M25860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-07-15T19:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: A plugin with real 3D polyline?</title>
      <link>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84423#M25861</link>
      <description>&lt;BLOCKQUOTE&gt;kliment wrote:&lt;BR /&gt;Does anybody know of an AC plugin which works with really usable 3D polylines?&lt;/BLOCKQUOTE&gt;

ArchiForma 3D polylines are very usable; maybe GDL Toolbox is still alive?&lt;BR /&gt;
&lt;BR /&gt;
I have a feeling that you are trying to literally translate your experiences of one software to another, instead of trying to understand. Never a good method.&lt;BR /&gt;
&lt;BR /&gt;
It's not what you do, it's the way that you do it.</description>
      <pubDate>Fri, 16 Jul 2004 07:33:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84423#M25861</guid>
      <dc:creator>Djordje</dc:creator>
      <dc:date>2004-07-16T07:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: A plugin with real 3D polyline?</title>
      <link>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84424#M25862</link>
      <description>Thanks, Olivier!&lt;BR /&gt;
I'll save this as a tutorial. Drag and drop is great, I didn't know I could use it this way.
&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;
Make sure to have the same number of nodes.&lt;/BLOCKQUOTE&gt;
But you see - this is what I don't like in it, and it's the same in ArchiForma. This is not a real Ruled surface for me. Have a look at the picture.  (Still AutoCAd, sorry &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt; )&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Djordje wrote:&lt;BR /&gt;
I have a feeling that you are trying to literally translate your experiences of one software to another, instead of trying to understand. Never a good method.&lt;/BLOCKQUOTE&gt;
AC is my primary CAD application since version 4.5, I use AutoCAD only when I have to do things that are difficult or impossible to do in AC (alas, there are still such things &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt; ). I think translating experience from other software is a good, not a bad thing - it broadens your horizon and enables you to see some shortcomings which  otherwise you would not see. You never know it existed until you've tried it.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/12257iFDBB6864DDDB5BA5/image-size/large?v=v2&amp;amp;px=999" border="0" alt="ruled example.jpg" title="ruled example.jpg" /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 07:34:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84424#M25862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-07-20T07:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: A plugin with real 3D polyline?</title>
      <link>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84425#M25863</link>
      <description>Hi Kliment,&lt;BR /&gt;
&lt;BR /&gt;
For drag and drop, it works on Mac, i assume it is the same on PC.&lt;BR /&gt;
It works better when the two windows are beside, not one recovering the other.&lt;BR /&gt;
&lt;BR /&gt;
For me the easy way to get the second polyline, is to take the first one, and move in XY the position of some nodes.&lt;BR /&gt;
This way you are sure to keep the same number of nodes.&lt;BR /&gt;
&lt;BR /&gt;
On 8.1 you can replace RULED with RULED{2}, for a better control of vector directions. Take a look at the GDL reference guide.&lt;BR /&gt;
(electronic documentation only) &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;   &lt;BR /&gt;
&lt;BR /&gt;
You will see that RULED command allows you that several nodes of the same polyline are on the same position.&lt;BR /&gt;
I think it can solve your problem.&lt;BR /&gt;
Djordje said, "try to think lateraly", i fully agree.</description>
      <pubDate>Tue, 20 Jul 2004 09:57:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84425#M25863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-07-20T09:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: A plugin with real 3D polyline?</title>
      <link>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84426#M25864</link>
      <description>&lt;BLOCKQUOTE&gt;kliment wrote:&lt;BR /&gt; (Still AutoCAd, sorry &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt; )&lt;/BLOCKQUOTE&gt;

It is GDL and it is parametric  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 18:58:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84426#M25864</guid>
      <dc:creator>Oleg</dc:creator>
      <dc:date>2004-07-20T18:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: A plugin with real 3D polyline?</title>
      <link>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84427#M25865</link>
      <description>Wow Oleg!</description>
      <pubDate>Tue, 20 Jul 2004 19:09:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84427#M25865</guid>
      <dc:creator>Steve Jepson</dc:creator>
      <dc:date>2004-07-20T19:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: A plugin with real 3D polyline?</title>
      <link>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84428#M25866</link>
      <description>Great job, Oleg!&lt;BR /&gt;
I think I have to shut up &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 07:08:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84428#M25866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-07-21T07:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: A plugin with real 3D polyline?</title>
      <link>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84429#M25867</link>
      <description>my only comment would be (may be irrelevant here) that RULED commands do not produce solids but facelets only, thus they do not work with SEO and keep disappearing in 3D when the marquee tool intersects them (aka stairmaker's lost landings - as we all know them...)</description>
      <pubDate>Wed, 21 Jul 2004 10:33:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/A-plugin-with-real-3D-polyline/m-p/84429#M25867</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2004-07-21T10:33:51Z</dc:date>
    </item>
  </channel>
</rss>

