<?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: DEL TOP for CUTEND in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/DEL-TOP-for-CUTEND/m-p/295241#M4085</link>
    <description>I've thought of a workaround for now using for...&lt;BR /&gt;

&lt;PRE&gt;			for j = 1 to 100
				CUTEND
			next j&lt;/PRE&gt;</description>
    <pubDate>Wed, 13 Jun 2018 10:33:03 GMT</pubDate>
    <dc:creator>JGoode</dc:creator>
    <dc:date>2018-06-13T10:33:03Z</dc:date>
    <item>
      <title>DEL TOP for CUTEND</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DEL-TOP-for-CUTEND/m-p/295240#M4084</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I was wondering if there was an equivalent of DEL TOP for CUTEND? &lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jun 2018 10:09:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DEL-TOP-for-CUTEND/m-p/295240#M4084</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2018-06-13T10:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: DEL TOP for CUTEND</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DEL-TOP-for-CUTEND/m-p/295241#M4085</link>
      <description>I've thought of a workaround for now using for...&lt;BR /&gt;

&lt;PRE&gt;			for j = 1 to 100
				CUTEND
			next j&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Jun 2018 10:33:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DEL-TOP-for-CUTEND/m-p/295241#M4085</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2018-06-13T10:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: DEL TOP for CUTEND</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DEL-TOP-for-CUTEND/m-p/295242#M4086</link>
      <description>The number of CUTENDs needs to match the number of CUTs (CUTPLANE, CUTPOLY, CUTSHAPE, etc.).&lt;BR /&gt;
If they don't match I am pretty sure you will get error messages.&lt;BR /&gt;
&lt;BR /&gt;
If you are unsure of the number of cuts being performed because of looping in your script, then you can create a counting variable that increases by one every time you have a CUT command.&lt;BR /&gt;
i.e.&lt;BR /&gt;

&lt;PRE&gt;CUTPOLY .....
cut_count = cut_count + 1
CUTSHAPE .....
cut_count = cut_count + 1&lt;/PRE&gt;

Then at the end you can say ...&lt;BR /&gt;

&lt;PRE&gt;for j = 1 to cut_count
       CUTEND
next j&lt;/PRE&gt;

This will only work if you want to end the cuts at the end of your script.&lt;BR /&gt;
Sometimes you need to a particular cut straight after a particular command and then carry on with the script.&lt;BR /&gt;
I guess in this case you could do a CUTEND and then reduce the count by one and then end the rest at the end of your script.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 14 Jun 2018 00:54:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DEL-TOP-for-CUTEND/m-p/295242#M4086</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-06-14T00:54:08Z</dc:date>
    </item>
  </channel>
</rss>

