<?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: Cut Optimization in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228185#M29234</link>
    <description>You might solve this with the Grasshopper connection tho.&lt;BR /&gt;
Well, at least if you have Rhino. (Don't know how the price tags compare to cut optimizer software)</description>
    <pubDate>Mon, 16 Mar 2020 23:54:06 GMT</pubDate>
    <dc:creator>runxel</dc:creator>
    <dc:date>2020-03-16T23:54:06Z</dc:date>
    <item>
      <title>Cut Optimization</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228179#M29228</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi there,&lt;BR /&gt;
I would like to know how do you handle cut optimization of, lets say, structural steel profiles or OSB panels.&lt;BR /&gt;
For example:  I have a long list of HEB beams of various lengths and a total sum of profile types.&lt;BR /&gt;
I have the commercial standard lengths of HEB profiles which are 6 or 12 m.&lt;BR /&gt;
How can you get the exact minimum commercial profiles needed?&lt;BR /&gt;
I know I can use Cut Optimizer Software to do this...  I just wonder if there is a way to do this inside AC using properties expressions or something else?&lt;BR /&gt;
Cheers,&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 15 Mar 2020 12:10:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228179#M29228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-15T12:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cut Optimization</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228180#M29229</link>
      <description>You could use Expression-defined Properties. There would be a Property that would calculate the amount of 6m and 12m elements needed based on the length of the element, by rounding it up to the nearest 6/12 meter value.</description>
      <pubDate>Sun, 15 Mar 2020 17:47:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228180#M29229</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2020-03-15T17:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cut Optimization</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228181#M29230</link>
      <description>Hi Laszlo,&lt;BR /&gt;
&lt;BR /&gt;
Sorry, but I think I didn't make myself clear.&lt;BR /&gt;
The problem is: With rounding it to 6 or 12 m, it may give me "wasted" pieces that I could use (or not) to make others, but I can't get an account of these globally in order to optimize the cuts.&lt;BR /&gt;
I mean, sometimes 2x12m piece can be enough, but 4x6m pieces can't (without joining "wastes").&lt;BR /&gt;
&lt;BR /&gt;
Does this make sense?</description>
      <pubDate>Sun, 15 Mar 2020 20:00:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228181#M29230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-15T20:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cut Optimization</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228182#M29231</link>
      <description>So, if I understand this right, some lengths require only 6 m long parts, some require both 6 m and 12 m long parts, and some lengths require only 12 m long parts.&lt;BR /&gt;
So there should be two Properties calculated for each element: the number of needed 6 m parts, and the number of needed 12 m parts.&lt;BR /&gt;
You could use rounding and fraction operators/commands in Property expressions to calculate these values.&lt;BR /&gt;
&lt;BR /&gt;
Examples: &lt;BR /&gt;
10 m element needs 1x6 m part.&lt;BR /&gt;
16 m element needs 1x12 m part.&lt;BR /&gt;
20 m element needs 1x6 m and 1x12m part.&lt;BR /&gt;
And so one.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Is that what you need?</description>
      <pubDate>Sun, 15 Mar 2020 21:10:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228182#M29231</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2020-03-15T21:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cut Optimization</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228183#M29232</link>
      <description>I think Braza's problem may be one that Archicad can't solve directly?&lt;BR /&gt;
Let me explain what I think the problem is, and if I am wrong please correct me.&lt;BR /&gt;
&lt;BR /&gt;
The beams come in standard lengths of 6m &amp;amp; 12m and can be cut to any size.&lt;BR /&gt;
Braza need in his job one beam 3m long and another 8m long.&lt;BR /&gt;
Expressions in properties could be used and will determine that for the 3m beam he must order a 6m beam and for the 8m beam he must order a 12m beam.&lt;BR /&gt;
In fact he only needs to order one 12m beam as he can cut both the 3m &amp;amp; 8m beams from it.&lt;BR /&gt;
&lt;BR /&gt;
I don't think there is a way for Archicad to determine that the waste from one cut can be used for another shorter beam.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 16 Mar 2020 01:20:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228183#M29232</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-03-16T01:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cut Optimization</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228184#M29233</link>
      <description>Sorry  Laszlo and Thank you Barry.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
I was afraid it would be the answer.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt; &lt;BR /&gt;
I think I will have to look for specific cut optimizer software.&lt;BR /&gt;
Thanks anyway for both.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,</description>
      <pubDate>Mon, 16 Mar 2020 11:37:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228184#M29233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-16T11:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cut Optimization</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228185#M29234</link>
      <description>You might solve this with the Grasshopper connection tho.&lt;BR /&gt;
Well, at least if you have Rhino. (Don't know how the price tags compare to cut optimizer software)</description>
      <pubDate>Mon, 16 Mar 2020 23:54:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228185#M29234</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2020-03-16T23:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cut Optimization</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228186#M29235</link>
      <description>Agreed Runxel.  That GH might do the trick.&lt;BR /&gt;
But I think specific cut optimizer software is more straight forward, both for linear and surface cuts.&lt;BR /&gt;
Anyway... It would be nice if AC could handle BM with a more market oriented interface, for example:  If you create an, OSB panel/tile/HEB Profile BM, it could have an option to define if it is a panel/tile/Profile/Aggregate/etc to enter standard sizes, lengths  and thicknesses and things like that.&lt;BR /&gt;
Maybe someday...  For now GS must have more important things to address.   &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 17 Mar 2020 12:12:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Cut-Optimization/m-p/228186#M29235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-17T12:12:56Z</dc:date>
    </item>
  </channel>
</rss>

