Std Zoom avant

From FreeCAD Documentation
Revision as of 20:38, 9 April 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Std Zoom avant

Emplacement du menu
Affichage → Zoom‏‎ → Zoom avant
Ateliers
Tous
Raccourci par défaut
Ctrl + +
Introduit dans la version
-
Voir aussi
Zoom arrière, Zoom de sélection

Description

Description

Fait apparaître le contenu plus grand (rapproché) dans la vue 3D.

Usage

Utilisation

  • Aller dans le menu Affichage → Zoom → Zoom avant ou appuyez sur Ctrl++.
  • La vue peut également être agrandie avec la molette de la souris.

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 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()