How to batch bind multiple XREFs when some are Unloaded or Not Found?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I’m trying to merge a large number of DWG drawings into one consolidated file, while preserving each drawing’s coordinates. My current workflow is:
1. Start with an empty DWG file.
2. Use XATTACH to insert many DWG files as external references.
3. Attempt to BIND all XREFs into the host drawing.
The issue: some of the XREFs contain nested references that no longer exist (e.g., old XREFs that are now Unloaded or Not Found). This prevents BIND from working and throws errors like “Cannot bind unresolved reference…”
I’m looking for one of the following:
A LISP or utility that can automatically detach or purge any UNLOADED or NOT FOUND XREFs (including nested ones), before I run BIND.
Or, an alternative method to bulk-merge many DWG files into a single DWG, while preserving world coordinates and without needing to manually clean each file.
Any suggestions, scripts, or best practices would be much appreciated.
Thanks in advance!