Message 1 of 4
Select all object that have Object Data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to automate some steps in Autocad Map 3d 2018 using Lisp.
After drawing some polygons and adding some object data to them I would like ti check if there are some objects without object data left.
I would like to select objects without data and change their colour in RED.
Another approach is to select all objects and subtract object with object data from selection.
Any ideas? Thnx.