<?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: Revision cloud filter in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/revision-cloud-filter/m-p/11301241#M12321</link>
    <description>&lt;P&gt;The RevCloud entity created in Cad2021 or later has Data attached with registered app name "RevCloudProps", while in older version, it is just a regular polyline without specific attribute data (XData or ExtensionDictionary, or whatever...). So, if you want to select RevCloud in Acad2021 or later, you can use its XData app name as selection filter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Jul 2022 14:50:43 GMT</pubDate>
    <dc:creator>norman.yuan</dc:creator>
    <dc:date>2022-07-16T14:50:43Z</dc:date>
    <item>
      <title>Revision cloud filter</title>
      <link>https://forums.autodesk.com/t5/net-forum/revision-cloud-filter/m-p/11301136#M12319</link>
      <description>&lt;P&gt;Hi I am looking for a way to filter and find all the revision clouds in a drawing using . net.&lt;/P&gt;&lt;P&gt;I am aware that in the previous versions of the Autocad(before 2021 based on my experience), the type of the revision cloud was shown as polyline in the Autocad, however in the newer versions, it shows as Revcloud. Even using Qselect, it is possible to select the object type as RevCloud and select all of them manually.&lt;/P&gt;&lt;P&gt;However, I have checked the object type of a revision cloud using C#, and it seems that is still actually a polyline.&lt;/P&gt;&lt;P&gt;Is there any way to filter or find the Revclouds using .Net?&lt;/P&gt;&lt;P&gt;I know there are some methods to filter the polylines based on some geometry conditions, however it might not work all the time. Is there any flag, property or record in the database that Autocad uses to filter&lt;/P&gt;&lt;P&gt;&amp;nbsp;Revclouds in the newer versions?&lt;/P&gt;&lt;P&gt;Thank you in advance for your time.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2022 12:15:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/revision-cloud-filter/m-p/11301136#M12319</guid>
      <dc:creator>Hassan.ME3V3M</dc:creator>
      <dc:date>2022-07-16T12:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Revision cloud filter</title>
      <link>https://forums.autodesk.com/t5/net-forum/revision-cloud-filter/m-p/11301213#M12320</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can filter 'revision cloud' polylines by using a filter on xdata.&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;var filter = new SelectionFilter(new[]
{
    new TypedValue(0, "LWPOLYLINE"),
    new TypedValue(1001, "RevcloudProps")
});&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 16 Jul 2022 14:24:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/revision-cloud-filter/m-p/11301213#M12320</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-07-16T14:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Revision cloud filter</title>
      <link>https://forums.autodesk.com/t5/net-forum/revision-cloud-filter/m-p/11301241#M12321</link>
      <description>&lt;P&gt;The RevCloud entity created in Cad2021 or later has Data attached with registered app name "RevCloudProps", while in older version, it is just a regular polyline without specific attribute data (XData or ExtensionDictionary, or whatever...). So, if you want to select RevCloud in Acad2021 or later, you can use its XData app name as selection filter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2022 14:50:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/revision-cloud-filter/m-p/11301241#M12321</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2022-07-16T14:50:43Z</dc:date>
    </item>
  </channel>
</rss>

