|
Menu location |
---|
View → Zoom → Zoom In |
Workbenches |
All |
Default shortcut |
Ctrl++ |
Introduced in version |
- |
See also |
Std ViewZoomOut, Std ViewBoxZoom |
The Std ViewZoomIn command zooms in in the active 3D view.
See also: Preferences Editor.
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()