Function Syntax: ZOOMXREF / SELECTXREF Version: 1.0 Date: 20.06.2026 6:39:04PM N/A Function Syntax: ZoomXref Command Name: ZOOMXREF, SELECTXREF SEO Friendly Description 🚀 ZoomXref is an AutoCAD LISP utility for quickly finding, filtering, selecting, and zooming to loaded external references in complex DWG drawings. 🔍 The tool opens a clean DCL dialog that lists Xref names together with their detected drawing units and model-space insert layer information. 📌 It is designed for AutoCAD users, Civil 3D production teams, CAD coordinators, and CAD managers who work with many Xrefs, base drawings, survey references, background files, and coordination models. Main Workflow 🧰 Run ZOOMXREF in the AutoCAD command line to open the Xref selection dialog. 🔄 The alias SELECTXREF launches the same dialog workflow. 📊 The dialog displays three synchronized lists: Xref name, insert units, and layer summary. 🔍 Type wildcard filters using * and ? to locate matching Xrefs while typing. 📐 Press Apply to zoom to the selected Xref without closing the dialog, or press OK to zoom and close. Functionalities Xref scanner - searches the active drawing block table for Xref block definitions. Live wildcard filter - supports case-insensitive patterns with * and ?. Units column - converts Xref block table unit values into readable labels such as Meters, Millimeters, Feet, Inches, and Unitless. Layer column - reports the layer of model-space Xref inserts or shows Multiple when the same Xref is inserted on several layers. Exact bounding-box zoom - calculates lower-left and upper-right extents from Xref INSERT objects and zooms with ActiveX ZoomWindow. No command-line zoom dependency - uses pure ActiveX logic instead of AutoCAD command calls or vl-cmdf. Temporary DCL interface - creates the dialog file at runtime and deletes it after use. Helper Functions 🧠 Includes helpers for wildcard matching, unit conversion, Xref insert selection, layer summary, DCL creation, list synchronization, bounding-box calculation, and ActiveX zoom execution. Key helpers include zx:get-xref-items, zx:filter-items, zx:ss-bbox, zx:zoom-ll-ur, and zx:apply-zoom. Result 📌 The result is a faster AutoCAD Xref navigation workflow that helps users locate referenced drawings, verify unit and layer context, and zoom directly to the selected reference extents. This improves CAD coordination, drawing review, external reference checking, Civil 3D production navigation, and large-project DWG management. Important Notes 🔒 ZoomXref is read-only. It does not modify Xref files, block definitions, layers, or drawing geometry. ⚠️ The zoom target is based on model-space Xref INSERT references and uses the exact lower-left to upper-right extents without padding. ⚠️ If no Xrefs are found, or if the selected Xref has no model-space inserts, the command reports the condition instead of changing the drawing.