<?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: GetEntity with Filter in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/5054680#M55094</link>
    <description>&lt;P&gt;Have yout tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PromptEntityOptions.AddAllowedClass(typeof(Face), true);&lt;/P&gt;</description>
    <pubDate>Sat, 24 May 2014 10:36:01 GMT</pubDate>
    <dc:creator>SEANT61</dc:creator>
    <dc:date>2014-05-24T10:36:01Z</dc:date>
    <item>
      <title>GetEntity with Filter</title>
      <link>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/3499644#M55088</link>
      <description>&lt;P&gt;How to GetEntity with filter?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 08:14:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/3499644#M55088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-14T08:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: GetEntity with Filter</title>
      <link>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/3499666#M55089</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;does &lt;A target="_self" href="http://through-the-interface.typepad.com/through_the_interface/2011/08/preventing-autocad-objects-from-being-selected-using-net.html"&gt;&amp;gt;&amp;gt;&amp;gt;this&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt; help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 08:24:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/3499666#M55089</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2012-06-14T08:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: GetEntity with Filter</title>
      <link>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/3500598#M55090</link>
      <description>&lt;P&gt;I believe this would be more appropriate:&lt;/P&gt;&lt;P&gt;&lt;A target="_self" href="http://through-the-interface.typepad.com/through_the_interface/2008/07/conditional-sel.html"&gt;http://through-the-interface.typepad.com/through_the_interface/2008/07/conditional-sel.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 15:57:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/3500598#M55090</guid>
      <dc:creator>chiefbraincloud</dc:creator>
      <dc:date>2012-06-14T15:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: GetEntity with Filter</title>
      <link>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/3501492#M55091</link>
      <description>&lt;P&gt;Thanks. With SelectionSet I know how to create filter with a SelectionFilter. I want to find method for GetEntity. I found it in sample from Mr Kean WalmSley. We use&amp;nbsp;&lt;SPAN style="color: teal;"&gt;PromptEntityOptions.AddAllowedClass()&lt;FONT color="#000000"&gt;. But it's only filter for class, not all properties like color, linetype, layer...&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: teal;"&gt;&lt;FONT color="#000000"&gt;See detail at here&lt;/FONT&gt; &lt;A target="_self" href="http://through-the-interface.typepad.com/through_the_interface/2007/04/making_autocad_.html"&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; this link&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: teal;"&gt;&lt;FONT color="#000000"&gt;Regard,&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2012 03:50:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/3501492#M55091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-15T03:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: GetEntity with Filter</title>
      <link>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/3502390#M55092</link>
      <description>&lt;P&gt;GetEntity will return a PromptEntityResult which contains the ObjectID of the entity selected. You can then open it for read and examine the ent's properties. If it doesn't meet your criteria, you can prompt them to select again.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2012 15:21:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/3502390#M55092</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2012-06-15T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: GetEntity with Filter</title>
      <link>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/5051400#M55093</link>
      <description>&lt;P&gt;I got all excited at being able to define a simple entity filter like which was possible with (ssget) in AutoLisp.&amp;nbsp; I started using his approach but then quickly discovered that entities like "3DFACE" don't appear to have Type Classes defined in .NET.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Robert&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2014 02:23:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/5051400#M55093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-23T02:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: GetEntity with Filter</title>
      <link>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/5054680#M55094</link>
      <description>&lt;P&gt;Have yout tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PromptEntityOptions.AddAllowedClass(typeof(Face), true);&lt;/P&gt;</description>
      <pubDate>Sat, 24 May 2014 10:36:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/5054680#M55094</guid>
      <dc:creator>SEANT61</dc:creator>
      <dc:date>2014-05-24T10:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: GetEntity with Filter</title>
      <link>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/5054686#M55095</link>
      <description>&lt;P&gt;&lt;FONT color="#000000" size="3" face="Calibri"&gt;With regard to the original query of this thread (granted, the thread is a few years old), a method of advanced filtering for an individual entity was discussed in this thread.&amp;nbsp; If the OP is still around, the concept may be of some interest.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" size="3" face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" size="3" face="Calibri"&gt;&lt;A target="_blank" href="http://www.cadtutor.net/forum/showthread.php?41648"&gt;http://www.cadtutor.net/forum/showthread.php?41648&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 May 2014 10:49:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getentity-with-filter/m-p/5054686#M55095</guid>
      <dc:creator>SEANT61</dc:creator>
      <dc:date>2014-05-24T10:49:34Z</dc:date>
    </item>
  </channel>
</rss>

