|
|
| Расположение в меню |
|---|
| Вид → Масштаб → Увеличить |
| Верстаки |
| All |
| Быстрые клавиши |
| Ctrl++ |
| Представлено в версии |
| - |
| См. также |
| Уменьшить, Увеличить область |
Описание
The Std ViewZoomIn command zooms in in the active 3D View.
Применение
- There are several ways to invoke the command:
- Select the View → Zoom →
Zoom In option from the menu.
- Use the keyboard shortcut: Ctrl++.
- Select the View → Zoom →
Примечания
- With almost all mouse navigation styles it is also possible to zoom with the scroll wheel of the mouse.
Настройки
See also: Preferences Editor.
- The zoom factor can be changed: Edit → Preferences → Display → Navigation → Zoom step. This setting also affects scroll wheel zoom.
Scripting
Смотрите так же: Основы составления скриптов в FreeCAD.
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()
Эта страница получена от https://wiki.freecad.org/Std_ViewZoomIn