<?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: Extract attributes from blocks intersected by a polyline in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379112#M160482</link>
    <description>&lt;P&gt;First of all I&amp;nbsp;thank you for your availability and for your work.&lt;/P&gt;&lt;P&gt;The document excel is a format given from the client company.&lt;/P&gt;&lt;P&gt;In reality in my design I dont have to draw the cables, so polyline is just a work item that I use to identify the path and the length of the cable to report in the Excel. The cables are very numerous, so for the generic cable I draw the polyline on dwg, write the cable routing on excel, erase the polyline and&amp;nbsp;proceed with the next cable.&lt;/P&gt;&lt;P&gt;For that reasons I ask you if it is possible modify lisp so that when I select the polyline, click the right button of mouse, select a command associated to lisp, cable routing is elaborated (without the indication of color of polyline, just the serie of ID) and&amp;nbsp;memorized in Windows clipboard (then I will paste it manually in excel document).&lt;/P&gt;&lt;P&gt;Is it possible&amp;nbsp;to use as separator between the codes the symbol "_" instead "-"?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
    <pubDate>Sun, 04 Nov 2018 19:20:55 GMT</pubDate>
    <dc:creator>luigiverdenico</dc:creator>
    <dc:date>2018-11-04T19:20:55Z</dc:date>
    <item>
      <title>Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8377830#M160474</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I explain you my necessity. I drew cable ways in a plant design as blocks with attributes. In particular every cable way has a code (example: TM001NA, TM002NA, ecc.). Now I have to do the cables routing: an excel document where I write the path of every cable as serie of cable ways codes cross by the cable.&lt;/P&gt;&lt;P&gt;So if a draw a polyline that simulates the path of a generic cable from the start point to the end point through the cable ways, is there a way in autocad to join the codes of cable ways intersected by this polyline and export the result? (example: TM001NA_TM002NA_ecc.).&lt;/P&gt;&lt;P&gt;Thank you for the attention.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 10:50:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8377830#M160474</guid>
      <dc:creator>luigiverdenico</dc:creator>
      <dc:date>2018-11-03T10:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8377837#M160475</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AutoCAD itself does not have an option to evaluate a list of blocks along a polyline.&lt;/P&gt;
&lt;P&gt;You need to use either GIS-Tools (topology, could be done with Map3D, Civil3D) or you need to find or write a small app that does that for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you show such a dwg-file (small part, just to see a sample with 2 or 3 polylines and their block-insertions), let us know which version of AutoCAD you are using and if you have any experience with development languages like LISP, VB/A, VB.NET, C#, ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 10:58:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8377837#M160475</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-11-03T10:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8378034#M160476</link>
      <description>&lt;P&gt;I have a lisp program that follows drainage runs (a lwpolyline) and extracts the the invert levels from the manhole blocks along its route. This sounds very similar to what you require and could be adapted to suit your need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Are you running full AutoCAD or AutoCAD LT?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I would need a drawing containing the block you use, so that I can determine the block tags. If you could supply this in AutoCAD 2010 format.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 16:35:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8378034#M160476</guid>
      <dc:creator>dlanorh</dc:creator>
      <dc:date>2018-11-03T16:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8378092#M160477</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i use a full AutoCAD version.&lt;/P&gt;&lt;P&gt;I attach an example.&lt;/P&gt;&lt;P&gt;Thank you very much for the help.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 17:24:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8378092#M160477</guid>
      <dc:creator>luigiverdenico</dc:creator>
      <dc:date>2018-11-03T17:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8378094#M160478</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i dont have any experience&amp;nbsp;&lt;SPAN&gt;with development languages like LISP, VB/A, VB.NET, C#.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is a little example of my necessity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 17:26:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8378094#M160478</guid>
      <dc:creator>luigiverdenico</dc:creator>
      <dc:date>2018-11-03T17:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8378110#M160479</link>
      <description>I may need some further guidance, so check back regularily</description>
      <pubDate>Sat, 03 Nov 2018 17:40:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8378110#M160479</guid>
      <dc:creator>dlanorh</dc:creator>
      <dc:date>2018-11-03T17:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379047#M160480</link>
      <description>&lt;P&gt;ok&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 18:10:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379047#M160480</guid>
      <dc:creator>luigiverdenico</dc:creator>
      <dc:date>2018-11-04T18:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379071#M160481</link>
      <description>&lt;P&gt;Not as I anticipated from your initial post.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Attached is a preliminary lisp file and a modifyed example drawing. The lisp file has two lisps and associated functions within.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Download both and save to a location of your choice.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Open "example" drawing. I have modified this drawing to contain an extra block "pmark" and added an extra cable run with color 190.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Load the lisp file by typing appload on the command line. When the dialog appears, navigate to where you saved the lisp file, left click on it to select the press the load button then the close button.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Both lisps are set up to allow the selection of multiple lwpolylines, and will then process all the polylines. At present they both ask for an insertion point and display the "routes" as an Mtext object. I will insert the code to write this to an excel file when i have all the correct information. Do you have a layout for the excel sheet in mind?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lisp : Test1. Type test1 on the command line. This will ask you to select all the polylines you want to process.&lt;/P&gt;&lt;P&gt;It will then ask for an insertion point and used that to insert the text. This distinguishes the polylines by color.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Lisp : Test2. Type test2 on the command line. This will ask you to select all the polylines you want to process. It inserts a marker block at the start and end of the polyline which containing a number. It will then ask for an insertion point and used that to insert the text. This distinguishes the polylines by marker number.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I notice that all your polylines are on layer "0". Is this always the case? The current code extracts the layer and color of each polyline, so this information could be included as could the polyline length.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Which do you prefer, or do you have something else in mind?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 18:41:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379071#M160481</guid>
      <dc:creator>dlanorh</dc:creator>
      <dc:date>2018-11-04T18:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379112#M160482</link>
      <description>&lt;P&gt;First of all I&amp;nbsp;thank you for your availability and for your work.&lt;/P&gt;&lt;P&gt;The document excel is a format given from the client company.&lt;/P&gt;&lt;P&gt;In reality in my design I dont have to draw the cables, so polyline is just a work item that I use to identify the path and the length of the cable to report in the Excel. The cables are very numerous, so for the generic cable I draw the polyline on dwg, write the cable routing on excel, erase the polyline and&amp;nbsp;proceed with the next cable.&lt;/P&gt;&lt;P&gt;For that reasons I ask you if it is possible modify lisp so that when I select the polyline, click the right button of mouse, select a command associated to lisp, cable routing is elaborated (without the indication of color of polyline, just the serie of ID) and&amp;nbsp;memorized in Windows clipboard (then I will paste it manually in excel document).&lt;/P&gt;&lt;P&gt;Is it possible&amp;nbsp;to use as separator between the codes the symbol "_" instead "-"?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 19:20:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379112#M160482</guid>
      <dc:creator>luigiverdenico</dc:creator>
      <dc:date>2018-11-04T19:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379127#M160483</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6245027"&gt;@luigiverdenico&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;In reality in my design I dont have to draw the cables, so polyline is just a work item that I use to identify the path and the length of the cable to report in the Excel. The cables are very numerous, so for the generic cable I draw the polyline on dwg, write the cable routing on excel, erase the polyline and&amp;nbsp;proceed with the next cable.&lt;P&gt;For that reasons I ask you if it is possible modify lisp so that when I select the polyline, click the right button of mouse, select a command associated to lisp, cable routing is elaborated (without the indication of color of polyline, just the serie of ID) and&amp;nbsp;memorized in Windows clipboard (then I will paste it manually in excel document).&lt;/P&gt;&lt;P&gt;Is it possible&amp;nbsp;to use as separator between the codes the symbol "_" instead "-"?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, it is possible to write just the routing out polyline by polyline, and using "_" instead of "-". I have never written anything to the clipboard but i will research if this is possible using lisp.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 19:48:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379127#M160483</guid>
      <dc:creator>dlanorh</dc:creator>
      <dc:date>2018-11-04T19:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379149#M160484</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, it is possible to write just the routing out polyline by polyline, and using "_" instead of "-". I have never written anything to the clipboard but i will research if this is possible using lisp.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;if this is not possible, can you make appear the cable routing in the autocad command line (so i can copy it more easily than the mtext object?)&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 20:20:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379149#M160484</guid>
      <dc:creator>luigiverdenico</dc:creator>
      <dc:date>2018-11-04T20:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379186#M160485</link>
      <description>&lt;P&gt;Attached is a small test Lisp to test the copy to clipboard function. You can test it in a blank drawing and notepad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Save the Lisp and load it as previously. Type test to start the lisp. You will be prompted to enter a string. Enter a memorable string and press enter. The lisp should now display "text copied to clipboard" on the command line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Move to notepad, click on a blank line, right click and select paste. The previously entered text should now be pasted into notepad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this work? The reason I ask is that there may be a problem using this from Windows 8 onward. I cannot test it myself under Windows 8, 8.1 or 10 as I am still working with Windows 7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this works I should have a working updated lisp sometime tomorrow afternoon (my time)&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 21:02:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379186#M160485</guid>
      <dc:creator>dlanorh</dc:creator>
      <dc:date>2018-11-04T21:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379195#M160486</link>
      <description>&lt;P&gt;I am using Windows 10 and it works.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5644077"&gt;@dlanorh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Attached is a small test Lisp to test the copy to clipboard function. You can test it in a blank drawing and notepad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Save the Lisp and load it as previously. Type test to start the lisp. You will be prompted to enter a string. Enter a memorable string and press enter. The lisp should now display "text copied to clipboard" on the command line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Move to notepad, click on a blank line, right click and select paste. The previously entered text should now be pasted into notepad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this work? The reason I ask is that there may be a problem using this from Windows 8 onward. I cannot test it myself under Windows 8, 8.1 or 10 as I am still working with Windows 7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this works I should have a working updated lisp sometime tomorrow afternoon (my time)&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 21:16:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379195#M160486</guid>
      <dc:creator>luigiverdenico</dc:creator>
      <dc:date>2018-11-04T21:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379225#M160487</link>
      <description>&lt;P&gt;Attached is updated lisp. I have renamed the main lisp routine so type GCR on the command line to run it. Enjoy.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 21:41:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379225#M160487</guid>
      <dc:creator>dlanorh</dc:creator>
      <dc:date>2018-11-04T21:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379246#M160488</link>
      <description>&lt;P&gt;it was just what I was looking for. Thank you very much.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can i ask you&amp;nbsp;one last favor? Can you create&amp;nbsp;a similar lisp for the block attached? (named "tubo" instead "canalina")&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 21:58:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379246#M160488</guid>
      <dc:creator>luigiverdenico</dc:creator>
      <dc:date>2018-11-04T21:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379293#M160489</link>
      <description>Is it used in similar circumstances? Post an example drawing using the "Tubo" block as you did with the "canalina" block.&lt;BR /&gt;If it is used in the same way I might be able to use the same lisp for both blocks, where you are asked which block to use. This can be achieved using dynamic input methods so you click on the choice with the mouse with the default choice marked, so by right clicking the default is chosen. I cannot start this until tomorrow mid afternoon my time (European).</description>
      <pubDate>Sun, 04 Nov 2018 22:57:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379293#M160489</guid>
      <dc:creator>dlanorh</dc:creator>
      <dc:date>2018-11-04T22:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379617#M160490</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I post you a file complete where there are all blocks that i identify with attribute ID:&lt;/P&gt;&lt;P&gt;- canalina&lt;/P&gt;&lt;P&gt;- tubo&lt;/P&gt;&lt;P&gt;- canalina sezionata (i forgot it yesterday)&lt;/P&gt;&lt;P&gt;I wrote the routing associated tothe yellow polyline. Can modify your lisp&amp;nbsp;so that&amp;nbsp;it can manage all 3 blocks at the same time and provide the complete routing?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 06:12:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379617#M160490</guid>
      <dc:creator>luigiverdenico</dc:creator>
      <dc:date>2018-11-05T06:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379667#M160491</link>
      <description>&lt;P&gt;Attached is version 2 of the Lisp. Your request took about 5 mins so I completed it before going to work.&lt;/P&gt;&lt;P&gt;This will handle the 3 blocks you requested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 06:54:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8379667#M160491</guid>
      <dc:creator>dlanorh</dc:creator>
      <dc:date>2018-11-05T06:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract attributes from blocks intersected by a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8381477#M160492</link>
      <description>&lt;P&gt;Perfect, thank you very much&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 20:29:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-attributes-from-blocks-intersected-by-a-polyline/m-p/8381477#M160492</guid>
      <dc:creator>luigiverdenico</dc:creator>
      <dc:date>2018-11-05T20:29:55Z</dc:date>
    </item>
  </channel>
</rss>

