In AutoCAD, when you need to isolate and save a specific layout from your drawing into its own separate DWG file, you can use the EXPORTLAYOUT
command. This process effectively "exports" the content of your current layout to a new drawing.
Here's how to export a layout based on the provided information:
Understanding the EXPORTLAYOUT Command
The EXPORTLAYOUT
command is a quick way to create a new drawing file (.dwg) containing only the objects visible and accessible in the paper space of your current layout tab. This includes:
- Paper space objects (title block, notes, dimensions in paper space)
- Viewport objects
- The content shown through the viewports from model space
This command is useful for sharing just a specific sheet with someone without needing to send the entire drawing file with all its model space data and other layouts.
Step-by-Step Guide to Exporting a Layout
Exporting your current layout to a new drawing file using the EXPORTLAYOUT
command is a simple process:
- Activate the Desired Layout: First, ensure that the layout you wish to export is the currently active layout tab in your drawing.
- Initiate the Command: At the AutoCAD command prompt, enter
EXPORTLAYOUT
. Press Enter. - Specify File Name and Location: A standard "Save Drawing As" dialog box will appear.
- Enter a file name: In the "File name" field, type the name for your new drawing file. The dialog box typically suggests a default name that combines the original drawing's name and the name of the layout you are exporting (e.g.,
YourDrawing-Layout1.dwg
). - Specify the location: Navigate to the folder where you want to save the new file using the "Save in" dropdown or folder navigation pane.
- Enter a file name: In the "File name" field, type the name for your new drawing file. The dialog box typically suggests a default name that combines the original drawing's name and the name of the layout you are exporting (e.g.,
- Save the File: Once you have specified the file name and location, click the
Save
button in the dialog box.
AutoCAD will then create a new drawing file containing only the geometry and objects from the selected layout tab.
What Happens After Exporting?
The newly created .dwg
file will open automatically in AutoCAD after the export is complete. You will see that it contains only one layout tab, which is the layout you exported. The model space in this new drawing will contain the geometry that was visible within the viewports of the exported layout, along with any paper space objects converted or referenced appropriately.
This provides a clean, isolated drawing file of your specific layout sheet.