How to Add Viewport in Layout in AutoCAD: Step-by-Step Guide
To add a
viewport in a layout in AutoCAD, switch to the Layout tab, then use the MV command or click the Viewport tool on the Layout toolbar. Click and drag to create the viewport window, which shows your model space drawing inside the layout.Syntax
The basic command to add a viewport in AutoCAD layout is MV (Make Viewport). You can also use the Viewport tool from the Layout tab ribbon.
MV: Command to start creating a viewport.- Click and drag: Defines the rectangular area of the viewport.
- Layout tab: The workspace where you add and manage viewports.
autocad
Command: MV Then click two points in the layout to define the viewport rectangle.
Output
A rectangular viewport appears in the layout showing the model space view.
Example
This example shows how to add a viewport in a layout tab using the command line:
autocad
1. Switch to the Layout tab. 2. Type MV and press Enter. 3. Click the first corner point of the viewport rectangle. 4. Click the opposite corner point to complete the viewport. 5. The viewport now displays the model space drawing inside the layout.
Output
A new rectangular viewport appears on the layout showing the model drawing area.
Common Pitfalls
Common mistakes when adding viewports include:
- Trying to add a viewport in Model space instead of Layout space.
- Not clicking two points to define the viewport size, which cancels the command.
- Creating a viewport too small or too large, making it hard to see the drawing.
- Forgetting to unlock the viewport scale if you want to adjust zoom inside it.
Always ensure you are in a Layout tab before creating a viewport.
autocad
Wrong: Trying to create viewport in Model space > Command: MV > Error: Command canceled Right: Switch to Layout tab first > Command: MV > Click first point > Click second point > Viewport created
Quick Reference
| Step | Action |
|---|---|
| 1 | Switch to Layout tab |
| 2 | Type MV and press Enter |
| 3 | Click first corner of viewport rectangle |
| 4 | Click opposite corner to finish |
| 5 | Adjust viewport scale or properties if needed |
Key Takeaways
Always add viewports in the Layout tab, not Model space.
Use the MV command or Viewport tool to create rectangular viewports.
Click two points to define the viewport size.
Unlock viewport scale to adjust zoom inside the viewport.
Check viewport size to ensure clear visibility of your drawing.