GuiCommand: Name: Std ViewZoomIn MenuLocation: View , Zoom , Zoom In Workbenches: All Shortcut: Ctrl++ SeeAlso: Std_ViewZoomOut, Std_ViewBoxZoom
Std ViewZoomIn
Description
The Std ViewZoomIn command zooms in in the active 3D view.
Usage
- There are several ways to invoke the command:
- Select the View → Zoom → Zoom In option from the menu.
- Use the keyboard shortcut: Ctrl++.
Notes
- With almost all mouse navigation styles it is also possible to zoom with the scroll wheel of the mouse.
Preferences
See also: Preferences Editor.
- The zoom factor can be changed: Edit → Preferences... → Display → Navigation → Zoom step. This setting also affects scroll wheel zoom.
Scripting
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
Use the zoomIn
method of the View object to zoom in. The zoomOut
method is also available.
import FreeCADGui
view = FreeCADGui.ActiveDocument.ActiveView
view.zoomIn()
⏵ documentation index > Std ViewZoomIn
This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/Std_ViewZoomIn.md