Draft ToggleConstructionMode/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Draft_UndoLine|Undo line]]
|[[Draft_SetStyle|SetStyle]]
|[[Draft_AutoGroup|AutoGroup]]
|[[Draft_ToggleContinueMode|Toggle continue mode]]
|[[Draft_Module|Draft]]
|[[Draft_Workbench|Draft]]
|IconL=Draft_UndoLine.svg
|IconL=Draft_SetStyle.svg
|IconR=
|IconC=Workbench_Draft.svg
|IconC=Workbench_Draft.svg
|IconR=Draft_ToggleContinueMode.svg
}}
}}


Line 13: Line 14:
|Name=Draft ToggleConstructionMode
|Name=Draft ToggleConstructionMode
|Name/ru=Draft ToggleConstructionMode
|Name/ru=Draft ToggleConstructionMode
|Workbenches=[[Draft Module/ru|Draft]], [[Arch Module/ru|Arch]]
|MenuLocation=Черчение -> Утилиты -> Переключить режим конструирования
|MenuLocation=Черчение -> Утилиты -> Переключить режим конструирования
|Workbenches=[[Draft_Workbench/ru|Draft]], [[Arch_Workbench/ru|Arch]]
}}
}}
</div>
</div>
Line 20: Line 21:
==Description==
==Description==


The [[Image:Workbench_Draft.svg|24px]] [[Draft Workbench]] features a construction mode, which allows the user to draw shapes in a special {{Button|[[Image:Std_Group.svg|16px]] [[Std Group|Std Group]]}}, with a defined color. The construction geometry is comprised of lines, points, and other shapes that serve as references or [[Draft Snap|snapping elements]] which are helpful in building your main geometry. The construction geometry can be hidden ({{PropertyView|Visibility}} {{FALSE}}) or deleted after it is no longer needed.
The [[Image:Draft_ToggleConstructionMode.svg|24px]] '''Draft ToggleConstructionMode''' command switches Draft construction mode on or off. If construction mode is on new [[Draft_Workbench|Draft]] objects, except [[Draft_Point|Draft Points]], are placed in a dedicated group and given a predefined color. This feature is intended for, often temporary, construction geometry used to provide new [[Draft_Snap|snap points]] for creating other objects. When the construction geometry is no longer needed the construction group can easily be [[Std_HideSelection|hidden]] or [[Std_Delete|deleted]].


[[Image:Draft construction mode example.jpg|400px]]
[[Image:Draft construction mode example.jpg|400px]]
{{Caption|Construction geometry in blue helping to set the center of the circle}}
{{Caption|Construction geometry, in blue, used to determine the center and radius of a circle}}

==Bug in version 0.19==

In FreeCAD version 0.19 this command and the [[Draft_AddConstruction|Draft AddConstruction]] command will typically use different groups. To avoid this change the {{MenuCommand|Construction group name}} in the preferences to {{Value|Draft_Construction}}: {{MenuCommand|Edit → Preferences... → Draft → General settings → Construction Geometry → Construction group name}}. In version 0.20 the {{MenuCommand|Construction group name}} is used for the label of the construction group, the name of the group is always {{Value|Draft_Construction}}.


==Usage==
==Usage==


# There are several ways to invoke the command:
# Press the {{Button|[[Image:Draft ToggleConstructionMode.png|16px]] [[Draft ToggleConstructionMode|Toggle construction mode]]}} button.
#* Press the {{Button|[[Image:Draft_ToggleConstructionMode.svg|16px]] [[Draft_ToggleConstructionMode|Draft ToggleConstructionMode]]}} button in the [[Draft_Tray|Draft Tray]]. This button is depressed if Draft construction mode is currently on.
# Draw some objects.
# Press the {{Button|[[Image:Draft ToggleConstructionMode.png|16px]] [[Draft ToggleConstructionMode|Toggle construction mode]]}} button again to go back to normal mode.
#* Select the {{MenuCommand|Utilities → [[Image:Draft_ToggleConstructionMode.svg|16px]] Toggle construction mode}} option from the menu.
#* Use the keyboard shortcut: {{KEY|C}} then {{KEY|M}}.
# The button in the [[Draft_Tray|Draft Tray]] is updated.

==Notes==


* If Draft construction mode is switched on the active [[Draft_Layer|layer]] is ignored.
The construction mode {{Button|[[Image:Draft Construction.svg|16px]]}} button is present in the [[Draft Tray]] toolbar, which only appears in the {{Button|[[Image:Workbench_Draft.svg|16px]] [[Draft Workbench|Draft]]}} and {{Button|[[Image:Workbench_Arch.svg|16px]] [[Arch Workbench|Arch]]}} workbenches.


==Preferences==
The color and the group name can be changed in the [[Draft Preferences]].


* To change the label ({{Version|0.20}}) of the construction group: {{MenuCommand|Edit → Preferences... → Draft → General settings → Construction Geometry → Construction group name}}.
==Properties==
* To change the color that is used: {{MenuCommand|Edit → Preferences... → Draft → General settings → Construction Geometry → Construction geometry color}}.


* {{PropertyView|Visibility}} The construction geometry can be hidden {{FALSE}} or deleted after it is no longer needed. ('''Admin Edit:''' review accuracy)


{{Docnav
{{Docnav
|[[Draft_UndoLine|Undo line]]
|[[Draft_SetStyle|SetStyle]]
|[[Draft_AutoGroup|AutoGroup]]
|[[Draft_ToggleContinueMode|Toggle continue mode]]
|[[Draft_Module|Draft]]
|[[Draft_Workbench|Draft]]
|IconL=Draft_UndoLine.svg
|IconL=Draft_SetStyle.svg
|IconR=
|IconC=Workbench_Draft.svg
|IconC=Workbench_Draft.svg
|IconR=Draft_ToggleContinueMode.svg
}}
}}


{{Draft Tools navi{{#translation:}}}}
{{Draft Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 10:09, 4 September 2021

Draft ToggleConstructionMode

Системное название
Draft ToggleConstructionMode
Расположение в меню
Черчение -> Утилиты -> Переключить режим конструирования
Верстаки
Draft, Arch
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Нет

Description

The Draft ToggleConstructionMode command switches Draft construction mode on or off. If construction mode is on new Draft objects, except Draft Points, are placed in a dedicated group and given a predefined color. This feature is intended for, often temporary, construction geometry used to provide new snap points for creating other objects. When the construction geometry is no longer needed the construction group can easily be hidden or deleted.

Construction geometry, in blue, used to determine the center and radius of a circle

Bug in version 0.19

In FreeCAD version 0.19 this command and the Draft AddConstruction command will typically use different groups. To avoid this change the Construction group name in the preferences to Draft_Construction: Edit → Preferences... → Draft → General settings → Construction Geometry → Construction group name. In version 0.20 the Construction group name is used for the label of the construction group, the name of the group is always Draft_Construction.

Usage

  1. There are several ways to invoke the command:
    • Press the Draft ToggleConstructionMode button in the Draft Tray. This button is depressed if Draft construction mode is currently on.
    • Select the Utilities → Toggle construction mode option from the menu.
    • Use the keyboard shortcut: C then M.
  2. The button in the Draft Tray is updated.

Notes

  • If Draft construction mode is switched on the active layer is ignored.

Preferences

  • To change the label (introduced in version 0.20) of the construction group: Edit → Preferences... → Draft → General settings → Construction Geometry → Construction group name.
  • To change the color that is used: Edit → Preferences... → Draft → General settings → Construction Geometry → Construction geometry color.