Std Workbench/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


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


<div class="mw-translate-fuzzy">
<!--Empty=1 to suppress icon-->
{{GuiCommand/ru
{{GuiCommand/ru
|Name=Std Workbench
|Name=Std Workbench
|Name/ru=Std Workbench
|Name/ru=Std Workbench
|Empty=1
|MenuLocation=[[Std View Menu/ru|Вид]] → Верстак
|MenuLocation={{StdMenu|[[Std View Menu/ru|Вид]]}} → Верстак
|Workbenches=All
|Workbenches=[[Workbenches/ru|Верстаки]]
|Shortcut=...
|SeeAlso=...
|SeeAlso=
}}
}}
</div>


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


This command is used to activate the graphical user interface (GUI) and the tools of a specific workbench.
The '''Std Workbench''' command activates a selected [[Workbenches|workbench]] including its graphical user interface (GUI).


[[Image:FreeCAD_interface_base_divisions.svg|800px]]
It is possible to execute it in three different ways:
{{Caption|The Workbench dropdown list indicated by number 10 in the standard [[interface|interface]]}}
* the '''View''' menu,
* the drop-down menu, or,
* a Python command.


<span id="Usage"></span>
There are also two special options available: '''None''' (no workbench) and '''Complete'''[deprecated].
==Применение==


# There are several ways to invoke the command:
== How to use ==
#* Select a workbench from the '''Workbench dropdown list''' in the Workbench toolbar. This option is not available if the current workbench is {{incode|<none>}} (no workbench).
#* Select a workbench from the {{MenuCommand|View → Workbench}} sub-menu.


<span id="Notes"></span>
Often the project starts in a workbench, for example with '''Sketch''', then continues in a different workbench, for example with '''Part''', to create objects.
==Примечания==
You can switch from the current workbench to a new one with one of the following ways:


* Additional [[External_Workbenches|External Workbenches]] can be downloaded with the [[Image:Std_AddonMgr.svg|24px]] [[Std_AddonMgr|Addon Manager]].
=== From the View menu ===
* In the top menu, open the {{Button|'''View'''}} → {{Button|'''Workbench'''}} menu and select a workbench. This menu is always available, even when you have previously selected the '''Complete''' or '''None''' workbench.


<span id="Preferences"></span>
=== From the drop-down menu ===
==Настройки==
* In the top menu, open the drop-down menu and select a workbench. This menu is not available when you have previously selected the '''Complete''' or '''None''' workbench.


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


<span id="Scripting"></span>
* Type the command in the console, for example: '''Gui.activateWorkbench ("DraftWorkbench")''' start the workbench '''Draft'''. Always possible.
==Программирование==


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


To change the worbench use the {{incode|activateWorkbench}} method of the FreeCADGui module. This method is not available if FreeCAD is in console mode.
Start from the drop-down menu:


{{Code|code=
[[Image: WorkbenchStd1.png|left]]
import FreeCADGui
{{Clear}}


FreeCADGui.activateWorkbench("PartDesignWorkbench")
Starting from the Python console:
}}


[[Image: WorkbenchStd2.png|left]]
{{Clear}}


<div class="mw-translate-fuzzy">
Through the console the command can also be copied:
{{Docnav/ru

|[[Std_RandomColor/ru|Команда "Случайный цвет"]]
[[Image: WorkbenchStd3.png|left]]
|[[Std_TreeSyncView/ru|Опция "Синхронизировать вид"]]
{{Clear}}
|[[Std_View_Menu/ru|Меню "Вид"]]

|IconL=Std_RandomColor.svg
== Other references ==
|IconR=Std_TreeSyncView.svg
For a general description of the workbenches, see the page [[Workbenches| Workbenches]].
|IconC=Freecad.svg

}}
To learn more about each workbench, consult the respective presentation pages.
* <None>
</div>
* [[Image: Arch.png | 16px]] [[Arch Module|Arch Module]]
* [[Image: Workbench_Assembly.png | 16px]] [[Assembly_project|Assembly project]]
* [[Image: Workbench_Complete.svg | 16px]] [[Complete Workbench|Complete]] (deprecated)
* [[Image: Workbench_Draft.png | 16px]] [[Draft Module|Draft Module]]
* [[Image: Workbench_Drawing.png | 16px]] [[Drawing Module|Drawing Module]] (transition to [[TechDraw Module|TechDraw Module]] in v0.17)
* [[Image: Workbench_FEM.png | 16px]] [[FEM_project|FEM]]
* [[Image: Workbench_Image.png | 16px]] [[Image Module|Image Module]]
* [[Image: Workbench_Inspection.png | 16px]] [[Inspection Workbench|Inspection Workbench]]
* Machining Distortion (?)
* [[Image: Workbench_Mesh.png | 16px]] [[Mesh Module|Mesh Workbench]]
* [[Image: Workbench_OpenSCAD.png | 16px]] [[OpenSCAD_Module|OpenSCAD Module]]
* [[Image: Workbench_Part.png | 16px]] [[Part Module|Part Module]]
* [[Image: Workbench_PartDesign.png | 16px]] [[PartDesign Workbench|PartDesign Workbench]]
* [[Image: Plot_Save.png | 16px]] [[Plot_Module|Plot Module]]
* [[Image: Workbench_Points.png | 16px]] [[Points_Module|Points Module]]
* [[Image: Workbench_Raytracing.png | 16px]] [[Raytracing Module|Raytracing Module]]
* [[Reverse Engineering Workbench|Reverse Engineering Workbench]]
* [[Image: Workbench_Robot.png | 16px]] [[Robot Module|Robot Workbench]]
* [[Image: FreeCAD-Ship-Ico.png | 16px]] [[FreeCADShip_Workbench|Ship Workbench]]
* [[Image: Workbench_Sketcher.png | 16px]] [[Sketcher Workbench|Sketcher Workbench]]
* [[Image: Workbench_Start.svg | 16px]] [[Start Workbench|Start Workbench]]
* [[Image: Workbench_Test.png | 16px]] [[Testing|Testing]]
* [[Main_Page|Main Page]]


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

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