<?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: Catch entities which intersected  with a polyline in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/catch-entities-which-intersected-with-a-polyline/m-p/4804435#M45471</link>
    <description>&lt;P&gt;Thank you very much Mr. mzakiralam&lt;BR /&gt;This is good try.&lt;BR /&gt;I know how to get intersection points using (IntersectWith) function, My problem is how to specify the type of the entity that intersects with the polyline.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2014 05:33:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-10T05:33:18Z</dc:date>
    <item>
      <title>Catch entities which intersected  with a polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/catch-entities-which-intersected-with-a-polyline/m-p/4803683#M45469</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I have good experince with VB.Net, But i am new in prgramming for Autocad .&lt;BR /&gt;&lt;BR /&gt;I had wrote code that catch all polylines on drawing, but now i have a&amp;nbsp; problem, i need to catch that entities (blocks in my case) which intersected&amp;nbsp; with each polyline.&lt;BR /&gt;&lt;BR /&gt;any help please.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2014 10:46:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/catch-entities-which-intersected-with-a-polyline/m-p/4803683#M45469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-09T10:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Catch entities which intersected  with a polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/catch-entities-which-intersected-with-a-polyline/m-p/4803699#M45470</link>
      <description>Hi , to get intersection point between to entities you have to use 'entity.IntesectWith' function. With this function, you can get intersecting point. if for an entity if you get intersection point , you can add that entity in your list or array. you can have a look on below link where you can find how intersection point can be found between 2 entities.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.autodesk.com/t5/NET/Find-intersection-point-of-two-lines/m-p/4769671#M38812" target="_blank"&gt;http://forums.autodesk.com/t5/NET/Find-intersection-point-of-two-lines/m-p/4769671#M38812&lt;/A&gt;</description>
      <pubDate>Sun, 09 Feb 2014 11:51:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/catch-entities-which-intersected-with-a-polyline/m-p/4803699#M45470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-09T11:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Catch entities which intersected  with a polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/catch-entities-which-intersected-with-a-polyline/m-p/4804435#M45471</link>
      <description>&lt;P&gt;Thank you very much Mr. mzakiralam&lt;BR /&gt;This is good try.&lt;BR /&gt;I know how to get intersection points using (IntersectWith) function, My problem is how to specify the type of the entity that intersects with the polyline.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2014 05:33:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/catch-entities-which-intersected-with-a-polyline/m-p/4804435#M45471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-10T05:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Catch entities which intersected  with a polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/catch-entities-which-intersected-with-a-polyline/m-p/4804819#M45472</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;entity.GetType()&lt;/STRONG&gt; will help you to get entity type. you can also use below function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim ent as entity = transaction.GetObject(ObjectId, OpenMode.Write)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If TypeOf ent is Polyline&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'do as you want&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2014 09:22:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/catch-entities-which-intersected-with-a-polyline/m-p/4804819#M45472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-10T09:22:32Z</dc:date>
    </item>
  </channel>
</rss>

