To import a layout in AutoCAD, especially when using the Sheet Set Manager feature, you can add a layout from an existing drawing file into your current sheet set as a new sheet.
Here's the exact process based on the Sheet Set Manager workflow:
- Open the Sheet Set Manager in AutoCAD. You can usually find this on the View tab, Palettes panel, or by typing
SSM
at the command line. - Go to the Sheet List tab within the Sheet Set Manager palette.
- Right-click on the sheet set node (the top-level item representing your sheet set), a subset node (a folder within your sheet set), or even an existing sheet node where you want the new sheet to be placed relative to.
- From the context menu that appears, choose the option Import Layout As Sheet.
- This action opens the Import Layouts As Sheets dialog box.
- In this dialog box, click the Browse For Drawings button.
- Navigate through your file system to the drawing file (
.dwg
) that contains the layout(s) you wish to import. Select the drawing and click Open. - AutoCAD will list the layouts available in the selected drawing file within the Import Layouts As Sheets dialog.
- Select the specific layout(s) you want to import by checking the box next to their names.
- Configure any other desired settings in the dialog (like sheet numbering, naming, etc.).
- Click Import Checked to add the selected layout(s) as new sheets into your sheet set.
Understanding the Process
Importing a layout as a sheet using the Sheet Set Manager is a powerful way to organize your project drawings. It allows you to pull existing production drawings (DWGs) containing layouts and integrate them into a structured sheet set for plotting, publishing, and data management.
- Sheet Set Node: The main container for your project sheets.
- Subset Node: Acts like a folder to group related sheets (e.g., "Floor Plans," "Elevations").
- Sheet Node: Represents a single sheet in your set, typically linked to a specific layout in a DWG file.
This method is ideal when you have multiple drawing files, each containing one or more layouts, and you want to compile them into a coherent project package within the Sheet Set Manager environment.