How to Use Layouts
Quick answer: BricsCAD places no limit on how many layouts a single drawing can have. Each layout represents a sheet of paper, with its own paper size, print area, print scale, lineweight scale, pen mappings, viewports, dimensions, and title block. Anything you add to a layout in paper space stays there, it doesn’t appear in model space.
Layout Viewport Requirements
Every layout needs at least one layout viewport. If CREATEVIEWPORTS is on, a viewport is added automatically to any new layout; if it’s off, new layouts start empty instead. You can define layouts yourself, or import them from another drawing, a template (DWT), drawing (DWG), or drawing interchange file (DXF). A viewport can display all or just part of the drawing’s model space entities.
Layout Caching
CACHELAYOUT controls whether layout content is cached. Caching costs some extra memory, but it’s offset by reduced memory requirements for displaying entities elsewhere, so the net effect is less memory needed overall to display the drawing.
Creating a New Layout
- Run
LAYOUTand choose the New option. - You’re prompted to enter a layout name, defaulting to
Layout1. - Type a unique name (up to 255 characters, letters, numbers,
$,-, and_are all allowed) and press Enter. - Or right-click or press Enter to accept the default name instead.
- The new layout tab appears.
You can also right-click any layout tab and choose New Layout, or click the + button after the last tab, both use a default name automatically.
Copying a Layout
- Right-click the layout tab you want to copy.
- Choose Copy. You’re prompted for a new layout name.
- Type a unique name and press Enter. A copy is added.
Arranging Layout Tabs
Either drag a tab to where you want it, or right-click it and choose Move Left or Move Right.
Importing Layouts
- Right-click the Model tab or any layout tab.
- Choose From Template…. The Select Template From File dialog opens.
- Browse to the drawing you want to import layouts from.
- Click Open. The Insert Layout(s) window opens.
- Select the layout(s) you want; hold
Ctrlto select several. - Click OK. The selected layouts are imported.
Exporting Layouts
- Right-click the layout tab you want to export.
- Choose Export. The Export layout to drawing dialog opens.
- Browse to your destination.
- Click Save.
- Choose whether to open the newly created file. The layout is exported.
Renaming a Layout
- Double-click the layout tab. The Rename layout dialog opens.
- Type a new unique name.
- Click Save.
Deleting a Layout
- Right-click the layout tab.
- Choose Delete.
- Confirm in the alert box that appears by clicking OK.
Using the Layout Manager
Run LAYOUTMANAGER to open the Layout Manager dialog, where you can create, copy, and delete layouts, reorder tabs, and publish layouts, all from one place.
Frequently Asked Questions
Is there a limit to how many layouts a drawing can have? No, BricsCAD doesn’t cap the number of layouts in a single drawing.
Does a new layout always start with a viewport already in it? Only if CREATEVIEWPORTS is on. If it’s off, new layouts start empty instead.
Can I import layouts from a completely different drawing? Yes, from a template (DWT), drawing (DWG), or drawing interchange file (DXF), via the From Template… option in a layout tab’s right-click menu.
What can I do from the Layout Manager that I can’t do from the tabs directly? Publish layouts, alongside the usual create, copy, delete, and reorder options also available from the tabs.