<?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: in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305656#M63374</link>
    <description>Yes I would very much like to see some of your code on this subject. Thank you much !!</description>
    <pubDate>Tue, 27 May 2003 12:05:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2003-05-27T12:05:01Z</dc:date>
    <item>
      <title>Can VBA trim or break lines for block insertions?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305654#M63372</link>
      <description>Hello All,&lt;BR /&gt;
&lt;BR /&gt;
I have many piping Iso's to generate and the part that seems to slow mw down is having to go back and trim the "pipe" from between the valve and fitting blocks. I have been trying to think of the best way to do this and I'm looking for ideas. The blocks are inserted by double clicking the slide in their respective slide libraries dialog boxes. I pictured the process like this: After the user picks the block to insert from the Dialog box he will be prompted for an insertion point, just like always. After the insertion point is picked, an iso circle could either be drawn or inserted..the line inside the iso circle broken and deleted. The size of the iso circle would be a pre-defined size since I already know how big the block is.  Then the iso circle would be erased and the valve or fitting block inserted. Can anyone point me in the right direction on how to tackle this?</description>
      <pubDate>Fri, 23 May 2003 11:34:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305654#M63372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-05-23T11:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can VBA trim or break lines for block insertions?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305655#M63373</link>
      <description>I did mine by deleting the original line then adding two new lines and adjusting the startpoints and endpoints with the difference of the block size. Hope this helps, I can send you some code if you want to see, but I do not have the code on my machine right now.</description>
      <pubDate>Sat, 24 May 2003 10:10:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305655#M63373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-05-24T10:10:01Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305656#M63374</link>
      <description>Yes I would very much like to see some of your code on this subject. Thank you much !!</description>
      <pubDate>Tue, 27 May 2003 12:05:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305656#M63374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-05-27T12:05:01Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305657#M63375</link>
      <description>Here it is, It is pretty long, but I have alot of other error trapping and settings flying around. Basically it is a routine that works with a toolbox to insert a variety of fittings.&lt;BR /&gt;
&lt;BR /&gt;
Hope it helps.&lt;BR /&gt;
John Martens</description>
      <pubDate>Tue, 03 Jun 2003 08:27:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305657#M63375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-06-03T08:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can VBA trim or break lines for block insertions?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305658#M63376</link>
      <description>arsnik91&lt;BR /&gt;
&lt;BR /&gt;
Personally found it much easier and simpler to do in ALisp using 2 invisible&lt;BR /&gt;
attributes for the break points of the block.&lt;BR /&gt;
If you want to try it this way, let me know and I'll find the code.&lt;BR /&gt;
&lt;BR /&gt;
cheers&lt;BR /&gt;
&lt;BR /&gt;
Pete B.</description>
      <pubDate>Wed, 04 Jun 2003 00:50:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305658#M63376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-06-04T00:50:54Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305659#M63377</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I find this topic about the triming the line with VBA, but I can not download this file (linebreak.txt). Could you resend this file to me spiekis@centras.lt.&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot&lt;BR /&gt;
&lt;BR /&gt;
Auris&lt;BR /&gt;
Lithuania</description>
      <pubDate>Mon, 25 Aug 2003 07:07:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/can-vba-trim-or-break-lines-for-block-insertions/m-p/305659#M63377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-08-25T07:07:51Z</dc:date>
    </item>
  </channel>
</rss>

