Std: Micșorarea Vizualizare

From FreeCAD Documentation
Revision as of 18:56, 30 December 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Std ViewZoomOut

Menu location
View → Zoom‏‎ → Zoom Out
Workbenches
All
Default shortcut
Ctrl + -
Introduced in version
-
See also
Zoom In, Zoom box

Description

Descriere

Face să apară conținutul mai mic în vizualizarea 3D .

Usage

Cum se folosește

  • Go to View → Zoom‏‎ → Zoom Out or press Ctrl + -.
  • The view can also be zoomed out with the mouse scroll wheel.

Notes

  • It is also possible to zoom with the mouse scroll wheel.

Preferences

  • 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.

Scripting

See also: FreeCAD Scripting Basics.

To zoom out use the zoomOut method of the ActiveView object. This method is not available if FreeCAD is in console mode.

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.zoomOut()