*Warning* Multiply owned object deletes feature lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've been looking for a solution to the multiply owned object error. I've read some other posts, but am not having any luck finding a good solution.
I've tried deleting the object using the (entget (handent "Object")) command, which then deletes 22 (of 300) feature lines and also causes AutoCAD to crash during an audit (after purging). I did a W-block of the entire drawing and the error was not removed. Running recover on the file does not show any errors in the database and also does not remove the warning.
Additionally, the (entget (handent "Object")) returns "nil". So that is not helpful at all. There was a post somewhere else that there's an ObjectARX program that you could use to identify the object type, but unfortunaly, I am running Windows Home which is not compatable.
The only thing that may work is to export the .xml file into a new template. I am hesitant to do this because I need to make additional edits to the surface, which will be more difficult without the feature lines.
Any ideas?