Std Workbench/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "==Применение==")
(Updating to match new version of source page)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav
{{Docnav/ru
|[[Std_RandomColor|RandomColor]]
|[[Std_RandomColor/ru|Команда "Случайный цвет"]]
|[[Std_TreeSyncView|TreeSyncView]]
|[[Std_TreeSyncView/ru|Опция "Синхронизировать вид"]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu/ru|Меню "Вид"]]
|IconL=Std_RandomColor.svg
|IconL=Std_RandomColor.svg
|IconR=Std_TreeSyncView.svg
|IconR=Std_TreeSyncView.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 22: Line 24:
</div>
</div>


<span id="Description"></span>
==Описание==
==Описание==


Line 29: Line 32:
{{Caption|The Workbench dropdown list indicated by number 10 in the standard [[interface|interface]]}}
{{Caption|The Workbench dropdown list indicated by number 10 in the standard [[interface|interface]]}}


<span id="Usage"></span>
==Применение==
==Применение==


Line 35: Line 39:
#* Select a workbench from the {{MenuCommand|View → Workbench}} sub-menu.
#* Select a workbench from the {{MenuCommand|View → Workbench}} sub-menu.


==Notes==
<span id="Notes"></span>
==Примечания==


* Additional [[External_Workbenches|External Workbenches]] can be downloaded with the [[Image:AddonManager.svg|24px]] [[Addon_Manager|Addon Manager]].
* Additional [[External_Workbenches|External Workbenches]] can be downloaded with the [[Image:Std_AddonMgr.svg|24px]] [[Std_AddonMgr|Addon Manager]].


==Preferences==
<span id="Preferences"></span>
==Настройки==


* The start up workbench can be changed in the preferences: {{MenuCommand|Edit → Preferences... → General → General → Start up}}. See [[Preferences_Editor#General|Preferences Editor]].
* The start up workbench can be changed in the preferences: {{MenuCommand|Edit → Preferences... → General → General → Start up}}. See [[Preferences_Editor#General|Preferences Editor]].


==Scripting==
<span id="Scripting"></span>
==Программирование==


{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|Смотрите так же:}} [[FreeCAD_Scripting_Basics/ru|Основы составления скриптов в FreeCAD]].


To change the worbench use the {{incode|activateWorkbench}} method of the FreeCADGui module. This method is not available if FreeCAD is in console mode.
To change the worbench use the {{incode|activateWorkbench}} method of the FreeCADGui module. This method is not available if FreeCAD is in console mode.
Line 56: Line 63:




<div class="mw-translate-fuzzy">
{{Docnav
{{Docnav/ru
|[[Std_RandomColor|RandomColor]]
|[[Std_RandomColor/ru|Команда "Случайный цвет"]]
|[[Std_TreeSyncView|TreeSyncView]]
|[[Std_TreeSyncView/ru|Опция "Синхронизировать вид"]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu/ru|Меню "Вид"]]
|IconL=Std_RandomColor.svg
|IconL=Std_RandomColor.svg
|IconR=Std_TreeSyncView.svg
|IconR=Std_TreeSyncView.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Interface navi{{#translation:}}}}
{{Interface navi{{#translation:}}}}
{{clear}}

Latest revision as of 19:48, 9 October 2023

Std Workbench

Системное название
Std Workbench
Расположение в меню
Вид → Верстак
Верстаки
Верстаки
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Нет

Описание

The Std Workbench command activates a selected workbench including its graphical user interface (GUI).

The Workbench dropdown list indicated by number 10 in the standard interface

Применение

  1. There are several ways to invoke the command:
    • Select a workbench from the Workbench dropdown list in the Workbench toolbar. This option is not available if the current workbench is <none> (no workbench).
    • Select a workbench from the View → Workbench sub-menu.

Примечания

Настройки

  • The start up workbench can be changed in the preferences: Edit → Preferences... → General → General → Start up. See Preferences Editor.

Программирование

Смотрите так же: Основы составления скриптов в FreeCAD.

To change the worbench use the activateWorkbench method of the FreeCADGui module. This method is not available if FreeCAD is in console mode.

import FreeCADGui

FreeCADGui.activateWorkbench("PartDesignWorkbench")