Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 5 column 14
---
- GuiCommand:
Name: Std ViewZoomIn
MenuLocation: View -> Zoom -> Zoom In
Workbenches: All
Shortcut: **Ctrl**+**+**
SeeAlso: Std_ViewZoomOut, Std_ViewBoxZoom
---
The Std ViewZoomIn command zooms in in the active 3D view.
- There are several ways to invoke the command:
- It is also possible to zoom with the mouse scroll wheel.
- The zoom factor can be changed in the preferences: Edit → Preferences... → Display → Navigation → Zoom step. This setting also affects scroll wheel zoom. See Preferences Editor.
See also:
To zoom in use the zoomIn
method of the ActiveView object. This method is not available if FreeCAD is in console mode.
import FreeCADGui
FreeCADGui.ActiveDocument.ActiveView.zoomIn()
{{Std Base navi}}
⏵ documentation index > Std ViewZoomIn