<?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: DNC's bendy bar tool from 7 to 8.1 in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35830#M41067</link>
    <description>Ignacio,&lt;BR /&gt;
Glad it worked.&lt;BR /&gt;
You are right I am using feet and inches and I had forgotten&lt;BR /&gt;
the  "in Millimetres" in the parameter list. Now that you&lt;BR /&gt;
have reminded me, what DNC did and what I did makes sense.&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Peter</description>
    <pubDate>Sat, 24 Apr 2004 20:45:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-04-24T20:45:43Z</dc:date>
    <item>
      <title>DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35820#M41057</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I used David's bendybartool (which comes with many other great objects in his GDL Cookbook) in a project I started in 7 and am now completing on 8.1. &lt;BR /&gt;
&lt;BR /&gt;
I used it to make rain pipes which looked very rain-pipe-like on 7 and now on 8.1 shows what look like one of the end cylinder faces. The 2D looks as it always did. &lt;BR /&gt;
&lt;BR /&gt;
Is there anything in bendybar's code that should get modified when migrating to 8? I am very tight on a deadline and that's why I am asking this here and not privately to David (who has always been great with support, by the way). &lt;BR /&gt;
&lt;BR /&gt;
[bendybartool makes  a bent-pipe type thing by alternating CYLINDs and ELBOWs with custom lengths, bend, twist, and curvature radius set by custom array parameters.]&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Apr 2004 08:10:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35820#M41057</guid>
      <dc:creator>Ignacio Azpiazu</dc:creator>
      <dc:date>2004-04-23T08:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35821#M41058</link>
      <description>This is a very strange behavior. I tested the object in AC8.1 and find the same as you. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cry.gif" style="display : inline;" /&gt; &lt;BR /&gt;
When I change the array parameters name in the parameter field and in the script, it works better, but not well.&lt;BR /&gt;
It must have to do with the arrays; they are declared 2 times: first in the parameter field, second in the master script, which is not necessary.&lt;BR /&gt;
But if you delete the master script definition it will not work better.&lt;BR /&gt;
&lt;BR /&gt;
You should test to write the object complete new in AC8.1 and leave out every part of the script that is not necessary, maybe this helps.</description>
      <pubDate>Fri, 23 Apr 2004 14:11:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35821#M41058</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2004-04-23T14:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35822#M41059</link>
      <description>Okay, shooten too fast.&lt;BR /&gt;
&lt;BR /&gt;
It was definetely the second defining of the Arrays in the master script that caused the strange behavior.&lt;BR /&gt;
&lt;BR /&gt;
This script should work (in the master):  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
n=SPLIT(shape,"%n",shp)&lt;BR /&gt;
&lt;BR /&gt;
brad=diam/2000  !Bar radius&lt;BR /&gt;
FOR k=1 TO shp-1&lt;BR /&gt;
IF crad&lt;K&gt;&amp;lt;brad THEN crad&lt;K&gt;=brad&lt;BR /&gt;
IF bend&lt;K&gt;&amp;lt;0 THEN&lt;BR /&gt;
   twist&lt;K&gt;=twist&lt;K&gt;+180&lt;BR /&gt;
   bend&lt;K&gt;=ABS(bend&lt;K&gt;)&lt;BR /&gt;
   ENDIF&lt;BR /&gt;
IF leng&lt;K&gt;&amp;lt;0 THEN leng&lt;K&gt;=0&lt;BR /&gt;
   NEXT k&lt;BR /&gt;
IF leng[shp]&amp;lt;0 THEN leng[6]=0&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;</description>
      <pubDate>Fri, 23 Apr 2004 15:05:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35822#M41059</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2004-04-23T15:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35823#M41060</link>
      <description>Ignacio and Joachim,&lt;BR /&gt;
Do you have the revised version of this library part?&lt;BR /&gt;
I notice that my copy has the statement somthing like&lt;BR /&gt;
 "April, revised 00".&lt;BR /&gt;
&lt;BR /&gt;
I copied Joachim's code into DNC's master script&lt;BR /&gt;
to compare them and Joachim's code is identical to DNC's code.&lt;BR /&gt;
I did notice that in the master script DNC had comented out &lt;BR /&gt;
the declaration of the three arrays with a comment that &lt;BR /&gt;
in AC 8 you can't declare an array in the master script if it is already declared in the parameter list.&lt;BR /&gt;
I also noticed that DNC comented out the statement,&lt;BR /&gt;
brad=diam/2000 and substituted brad=diam/2.&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Fri, 23 Apr 2004 22:08:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35823#M41060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-23T22:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35824#M41061</link>
      <description>Hi David, Joachim. &lt;BR /&gt;
&lt;BR /&gt;
I think we are talking of the same version of bendibartool. &lt;BR /&gt;
[!Bendibar&lt;BR /&gt;
!Reinforcing bars&lt;BR /&gt;
!David Nicholsoncole&lt;BR /&gt;
!April 99&lt;BR /&gt;
!Modified Jan 00]&lt;BR /&gt;
And yes, David, my Master Script looks exactly like what Joachim pasted. Mine does not show the brad=diam/2000  to brad=diam/2 change you mention, so obviously there is at least one other difference somewhere else in the code.  &lt;BR /&gt;
&lt;BR /&gt;
I am new to 8 and have not checked the changes to GDL yet, and have not the slightest clue as to what may be producing the problem.</description>
      <pubDate>Sat, 24 Apr 2004 09:53:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35824#M41061</guid>
      <dc:creator>Ignacio Azpiazu</dc:creator>
      <dc:date>2004-04-24T09:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35825#M41062</link>
      <description>&lt;BLOCKQUOTE&gt;Ignacio wrote:&lt;BR /&gt;Hi David, Joachim. &lt;BR /&gt;
(...)&lt;BR /&gt;
And yes, David, &lt;/BLOCKQUOTE&gt;

[Sorry about that. That should have been Hi, yes, *Peter*, Joachim.]</description>
      <pubDate>Sat, 24 Apr 2004 09:56:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35825#M41062</guid>
      <dc:creator>Ignacio Azpiazu</dc:creator>
      <dc:date>2004-04-24T09:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35826#M41063</link>
      <description>Ignacio,&lt;BR /&gt;
Some time last year DNC posted on GDL TALK that in AC 8 you can't&lt;BR /&gt;
declare an array in the master script if it is already declared in the&lt;BR /&gt;
parameter list. I therefore changed the master scrpt for "Bendibar"&lt;BR /&gt;
in the maner shown below and it works in AC 8.&lt;BR /&gt;
&lt;BR /&gt;
Notice that the DIM statement is commented out.&lt;BR /&gt;
Also notice that the brad=diam/2000 is commented out&lt;BR /&gt;
and replaced with brad=diam/2. I changed this because I couldn't&lt;BR /&gt;
figure out why it was defined that way.&lt;BR /&gt;
You can leave this the way it is if you want but if you do change it&lt;BR /&gt;
check the 3D script and make sure that it also says brad=diam/2.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
!Bendibar&lt;BR /&gt;
!Reinforcing bars&lt;BR /&gt;
!David Nicholsoncole&lt;BR /&gt;
!April 99&lt;BR /&gt;
!Modified Jan 00&lt;BR /&gt;
&lt;BR /&gt;
!!!DIM leng[7],crad[6],twist[6],bend[6]&lt;BR /&gt;
&lt;BR /&gt;
!This is the long hard&lt;BR /&gt;
!way to parse a value list&lt;BR /&gt;
IF shape='1_Single Segment' THEN shp=1&lt;BR /&gt;
IF shape='2_Two Segment'    THEN shp=2&lt;BR /&gt;
IF shape='3_Three Segment'  THEN shp=3&lt;BR /&gt;
IF shape='4_Four Segment'   THEN shp=4&lt;BR /&gt;
IF shape='5_Five Segment'   THEN shp=5&lt;BR /&gt;
IF shape='6_Six Segment'    THEN shp=6&lt;BR /&gt;
IF shape='7_Seven Segment'  THEN shp=7&lt;BR /&gt;
&lt;BR /&gt;
!If all you want is a flag&lt;BR /&gt;
!then use SPLIT() instead&lt;BR /&gt;
n=SPLIT(shape,"%n",shp)&lt;BR /&gt;
&lt;BR /&gt;
100:!parameter checks&lt;BR /&gt;
!!!!!brad=diam/2000  !Bar radius&lt;BR /&gt;
&lt;BR /&gt;
brad=diam/2  !Bar radius&lt;BR /&gt;
&lt;BR /&gt;
FOR k=1 TO shp-1&lt;BR /&gt;
IF crad&lt;K&gt;&amp;lt;brad THEN crad&lt;K&gt;=brad&lt;BR /&gt;
IF bend&lt;K&gt;&amp;lt;0 THEN&lt;BR /&gt;
   twist&lt;K&gt;=twist&lt;K&gt;+180&lt;BR /&gt;
   bend&lt;K&gt;=ABS(bend&lt;K&gt;)&lt;BR /&gt;
   ENDIF&lt;BR /&gt;
IF leng&lt;K&gt;&amp;lt;0 THEN leng&lt;K&gt;=0&lt;BR /&gt;
   NEXT k&lt;BR /&gt;
IF leng[shp]&amp;lt;0 THEN leng[6]=0&lt;BR /&gt;
&lt;BR /&gt;
Let us know if this fixes the problem,&lt;BR /&gt;
Peter&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;</description>
      <pubDate>Sat, 24 Apr 2004 16:35:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35826#M41063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-24T16:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35827#M41064</link>
      <description>Ignacio,&lt;BR /&gt;
Some time last year DNC posted on GDL TALK that in AC 8 you can't&lt;BR /&gt;
declare an array in the master script if it is already declared in the&lt;BR /&gt;
parameter list. I therefore changed the master scrpt for "Bendibar"&lt;BR /&gt;
in the maner shown below and it works in AC 8.&lt;BR /&gt;
&lt;BR /&gt;
Notice that the DIM statement is commented out.&lt;BR /&gt;
Also notice that the brad=diam/2000 is commented out&lt;BR /&gt;
and replaced with brad=diam/2. I changed this because I couldn't&lt;BR /&gt;
figure out why it was defined that way.&lt;BR /&gt;
You can leave this the way it is if you want but if you do change it&lt;BR /&gt;
check the 3D script and make sure that it also says brad=diam/2.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
!Bendibar&lt;BR /&gt;
!Reinforcing bars&lt;BR /&gt;
!David Nicholsoncole&lt;BR /&gt;
!April 99&lt;BR /&gt;
!Modified Jan 00&lt;BR /&gt;
&lt;BR /&gt;
!!!DIM leng[7],crad[6],twist[6],bend[6]&lt;BR /&gt;
&lt;BR /&gt;
!This is the long hard&lt;BR /&gt;
!way to parse a value list&lt;BR /&gt;
IF shape='1_Single Segment' THEN shp=1&lt;BR /&gt;
IF shape='2_Two Segment'    THEN shp=2&lt;BR /&gt;
IF shape='3_Three Segment'  THEN shp=3&lt;BR /&gt;
IF shape='4_Four Segment'   THEN shp=4&lt;BR /&gt;
IF shape='5_Five Segment'   THEN shp=5&lt;BR /&gt;
IF shape='6_Six Segment'    THEN shp=6&lt;BR /&gt;
IF shape='7_Seven Segment'  THEN shp=7&lt;BR /&gt;
&lt;BR /&gt;
!If all you want is a flag&lt;BR /&gt;
!then use SPLIT() instead&lt;BR /&gt;
n=SPLIT(shape,"%n",shp)&lt;BR /&gt;
&lt;BR /&gt;
100:!parameter checks&lt;BR /&gt;
!!!!!brad=diam/2000  !Bar radius&lt;BR /&gt;
&lt;BR /&gt;
brad=diam/2  !Bar radius&lt;BR /&gt;
&lt;BR /&gt;
FOR k=1 TO shp-1&lt;BR /&gt;
IF crad&lt;K&gt;&amp;lt;brad THEN crad&lt;K&gt;=brad&lt;BR /&gt;
IF bend&lt;K&gt;&amp;lt;0 THEN&lt;BR /&gt;
   twist&lt;K&gt;=twist&lt;K&gt;+180&lt;BR /&gt;
   bend&lt;K&gt;=ABS(bend&lt;K&gt;)&lt;BR /&gt;
   ENDIF&lt;BR /&gt;
IF leng&lt;K&gt;&amp;lt;0 THEN leng&lt;K&gt;=0&lt;BR /&gt;
   NEXT k&lt;BR /&gt;
IF leng[shp]&amp;lt;0 THEN leng[6]=0&lt;BR /&gt;
&lt;BR /&gt;
Let us know if this fixes the problem,&lt;BR /&gt;
Peter&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;</description>
      <pubDate>Sat, 24 Apr 2004 16:37:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35827#M41064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-24T16:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35828#M41065</link>
      <description>Ignacio,&lt;BR /&gt;
Some time last year DNC posted on GDL TALK that in AC 8 you can't&lt;BR /&gt;
declare an array in the master script if it is already declared in the&lt;BR /&gt;
parameter list. I therefore changed the master scrpt for "Bendibar"&lt;BR /&gt;
in the maner shown below and it works in AC 8.&lt;BR /&gt;
&lt;BR /&gt;
Notice that the DIM statement is commented out.&lt;BR /&gt;
Also notice that the brad=diam/2000 is commented out&lt;BR /&gt;
and replaced with brad=diam/2. I changed this because I couldn't&lt;BR /&gt;
figure out why it was defined that way.&lt;BR /&gt;
You can leave this the way it is if you want but if you do change it&lt;BR /&gt;
check the 3D script and make sure that it also says brad=diam/2.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
!Bendibar&lt;BR /&gt;
!Reinforcing bars&lt;BR /&gt;
!David Nicholsoncole&lt;BR /&gt;
!April 99&lt;BR /&gt;
!Modified Jan 00&lt;BR /&gt;
&lt;BR /&gt;
!!!DIM leng[7],crad[6],twist[6],bend[6]&lt;BR /&gt;
&lt;BR /&gt;
!This is the long hard&lt;BR /&gt;
!way to parse a value list&lt;BR /&gt;
IF shape='1_Single Segment' THEN shp=1&lt;BR /&gt;
IF shape='2_Two Segment'    THEN shp=2&lt;BR /&gt;
IF shape='3_Three Segment'  THEN shp=3&lt;BR /&gt;
IF shape='4_Four Segment'   THEN shp=4&lt;BR /&gt;
IF shape='5_Five Segment'   THEN shp=5&lt;BR /&gt;
IF shape='6_Six Segment'    THEN shp=6&lt;BR /&gt;
IF shape='7_Seven Segment'  THEN shp=7&lt;BR /&gt;
&lt;BR /&gt;
!If all you want is a flag&lt;BR /&gt;
!then use SPLIT() instead&lt;BR /&gt;
n=SPLIT(shape,"%n",shp)&lt;BR /&gt;
&lt;BR /&gt;
100:!parameter checks&lt;BR /&gt;
!!!!!brad=diam/2000  !Bar radius&lt;BR /&gt;
&lt;BR /&gt;
brad=diam/2  !Bar radius&lt;BR /&gt;
&lt;BR /&gt;
FOR k=1 TO shp-1&lt;BR /&gt;
IF crad&lt;K&gt;&amp;lt;brad THEN crad&lt;K&gt;=brad&lt;BR /&gt;
IF bend&lt;K&gt;&amp;lt;0 THEN&lt;BR /&gt;
   twist&lt;K&gt;=twist&lt;K&gt;+180&lt;BR /&gt;
   bend&lt;K&gt;=ABS(bend&lt;K&gt;)&lt;BR /&gt;
   ENDIF&lt;BR /&gt;
IF leng&lt;K&gt;&amp;lt;0 THEN leng&lt;K&gt;=0&lt;BR /&gt;
   NEXT k&lt;BR /&gt;
IF leng[shp]&amp;lt;0 THEN leng[6]=0&lt;BR /&gt;
&lt;BR /&gt;
Let us know if this fixes the problem,&lt;BR /&gt;
Peter&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;&lt;/K&gt;</description>
      <pubDate>Sat, 24 Apr 2004 16:38:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35828#M41065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-24T16:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35829#M41066</link>
      <description>&lt;BLOCKQUOTE&gt;Peter wrote:&lt;BR /&gt;Some time last year DNC posted on GDL TALK that in AC 8 you can't&lt;BR /&gt;
declare an array in the master script if it is already declared in the&lt;BR /&gt;
parameter list. I therefore changed the master scrpt for "Bendibar"&lt;BR /&gt;
in the maner shown below and it works in AC 8.(...) Also notice that the brad=diam/2000 is commented out&lt;BR /&gt;
and replaced with brad=diam/2. I changed this because I couldn't&lt;BR /&gt;
figure out why it was defined that way.&lt;/BLOCKQUOTE&gt;

Great, that did it and sort of saved my life at the last minute. Thank you so much. &lt;BR /&gt;
&lt;BR /&gt;
Regarding the 2 vs 2000: I would guess you are using feet and inches for configuring the pipe diameter and therefore not needing to set the "Diam. of Bar in Millimetres" as originally intended. Internationally pipe diameters are given in mm and GDL will use m as its length unit, so that's why the /2 became /2000 in the script.</description>
      <pubDate>Sat, 24 Apr 2004 18:27:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35829#M41066</guid>
      <dc:creator>Ignacio Azpiazu</dc:creator>
      <dc:date>2004-04-24T18:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35830#M41067</link>
      <description>Ignacio,&lt;BR /&gt;
Glad it worked.&lt;BR /&gt;
You are right I am using feet and inches and I had forgotten&lt;BR /&gt;
the  "in Millimetres" in the parameter list. Now that you&lt;BR /&gt;
have reminded me, what DNC did and what I did makes sense.&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Peter</description>
      <pubDate>Sat, 24 Apr 2004 20:45:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35830#M41067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-24T20:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35831#M41068</link>
      <description>Ignacio,&lt;BR /&gt;
Glad it worked.&lt;BR /&gt;
You are right I am using feet and inches and I had forgotten&lt;BR /&gt;
the  "in Millimetres" in the parameter list. Now that you&lt;BR /&gt;
have reminded me, what DNC did and what I did makes sense.&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Peter</description>
      <pubDate>Sat, 24 Apr 2004 20:46:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35831#M41068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-24T20:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: DNC's bendy bar tool from 7 to 8.1</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35832#M41069</link>
      <description>Why didnt you write to me direct??, you must have my email i f you have the Cookbook CD. &lt;BR /&gt;
&lt;BR /&gt;
The current Bendybar is fully 8.1 compatible with a user interface (and the 7.0 to 8.0 version bugs discussed above fully resolved)&lt;BR /&gt;
&lt;BR /&gt;
Using the wonderful UI_INFIELD{2} command, you can now lay out all the data for the Bendybar in the User interface in a spreadsheet like display.&lt;BR /&gt;
&lt;BR /&gt;
  &amp;gt;&amp;gt;&amp;gt;davidnc&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Ignacio wrote:&lt;BR /&gt;I used David's bendybartool (which comes with many other great objects in his GDL Cookbook) in a project I started in 7 and am now completing on 8.1. &lt;BR /&gt;
&lt;BR /&gt;
I used it to make rain pipes which looked very rain-pipe-like on 7 and now on 8.1 shows what look like one of the end cylinder faces. The 2D looks as it always did. &lt;BR /&gt;
&lt;BR /&gt;
Is there anything in bendybar's code that should get modified when migrating to 8? I am very tight on a deadline and that's why I am asking this here and not privately to David (who has always been great with support, by the way). &lt;BR /&gt;
&lt;BR /&gt;
[bendybartool makes  a bent-pipe type thing by alternating CYLINDs and ELBOWs with custom lengths, bend, twist, and curvature radius set by custom array parameters.]&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sun, 25 Apr 2004 10:14:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DNC-s-bendy-bar-tool-from-7-to-8-1/m-p/35832#M41069</guid>
      <dc:creator>david nicholson-cole</dc:creator>
      <dc:date>2004-04-25T10:14:28Z</dc:date>
    </item>
  </channel>
</rss>

