- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I am looking for a way to filter and find all the revision clouds in a drawing using . net.
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.
However, I have checked the object type of a revision cloud using C#, and it seems that is still actually a polyline.
Is there any way to filter or find the Revclouds using .Net?
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
Revclouds in the newer versions?
Thank you in advance for your time.
Solved! Go to Solution.