Draft SetStyle: Difference between revisions

From FreeCAD Documentation
(PR8190 Updating...)
No edit summary
(38 intermediate revisions by 2 users not shown)
Line 28: Line 28:


</translate>
</translate>
[[Image:Draft_SetStyle_Taskpanel.png]]
[[Image:Draft_SetStyle_Taskpanel.png|x550px]]
<translate>
<translate>
<!--T:6-->
<!--T:6-->
Line 39: Line 39:
#* Press the [[Image:Draft_tray_button_style.png]] button in the [[Draft_Tray|Draft Tray]]. Depending on the current style settings this button can look different.
#* Press the [[Image:Draft_tray_button_style.png]] button in the [[Draft_Tray|Draft Tray]]. Depending on the current style settings this button can look different.
#* Select the {{MenuCommand|Utilities → [[Image:Draft_SetStyle.svg|16px]] Set style}} option from the menu.
#* Select the {{MenuCommand|Utilities → [[Image:Draft_SetStyle.svg|16px]] Set style}} option from the menu.
#* Use the keyboard shortcut: {{KEY|S}} then {{KEY|S}}. {{Version|0.20}}
#* Use the keyboard shortcut: {{KEY|S}} then {{KEY|S}}.
# The {{MenuCommand|Style settings}} task panel opens. See [[#Options|Options]] for more information.
# The {{MenuCommand|Style settings}} task panel opens. See [[#Options|Options]] for more information.
# Optionally change one or more settings.
# Optionally change one or more settings.
# Press the {{Button|OK}} button.
# Press the {{Button|OK}} button to save the settings.
# The button in the [[Draft_Tray|Draft Tray]] is updated.
# The button in the [[Draft_Tray|Draft Tray]] is updated.


Line 48: Line 48:


<!--T:10-->
<!--T:10-->
* From the dropdown list at the top of the task panel an exiting style can be selected. {{Version|0.20}}
* From the dropdown list at the top of the task panel an exiting style preset can be selected.
* Press the {{Button|[[Image:Document-save.svg|16px]] Save style}} button to save the style settings. {{Version|0.20}}
* Press the {{Button|[[Image:Document-save.svg|16px]]}} button to save the current style settings as a preset.
* In the {{MenuCommand|Lines and faces}} section the following settings can be specified:
* In the {{MenuCommand|Shapes}} section the following settings can be specified:
** {{MenuCommand|Shape color}}.
** {{MenuCommand|Line color}}. This is also used for [[Draft_Label|Draft Labels]] and for the {{PropertyView|Point Color}} of objects.
** {{MenuCommand|Line width}}. This is also used for [[Draft_Label|Draft Labels]].
** {{MenuCommand|Transparency}}.
** {{MenuCommand|Line color}}.
** {{MenuCommand|Line width}}.
** {{MenuCommand|Point color}}. {{Version|0.22}}
** {{MenuCommand|Point size}}. {{Version|0.22}}
** {{MenuCommand|Draw style}}.
** {{MenuCommand|Draw style}}.
** {{MenuCommand|Display mode}}.
** {{MenuCommand|Display mode}}.
* The settings in the {{MenuCommand|Annotations}} section apply to [[Draft_Text|Draft Texts]], [[Draft_Dimension|Draft Dimensions]] and [[Draft_Label|Draft Labels]]. The following settings can be specified (see [[Draft_Text#View|Draft Text]] for details):
** {{MenuCommand|Shape color}}.
** {{MenuCommand|Transparency}}.
** {{MenuCommand|Text color}}.
* In the {{MenuCommand|Annotations}} section the following settings can be specified:
** {{MenuCommand|Font name}}.
** {{MenuCommand|Text font}}.
** {{MenuCommand|Font size}}. This is in fact the default line height, the letters are smaller.
** {{MenuCommand|Text size}}. This is in fact the line height, the letters are smaller.
** {{MenuCommand|Line spacing}}. Not used for dimensions.
** {{MenuCommand|Text spacing}}. This is used for [[Draft_Dimension|Draft Dimensions]]. It is the distance between the text and the dimension line. {{Version|0.20}}
** {{MenuCommand|Scale multiplier}}. This is the inverse of the scale set in the [[Draft_annotation_scale_widget|Draft annotation scale widget]]. If the scale is {{value|1:100}} the multiplier is {{Value|100}}. {{Version|0.22}}
** {{MenuCommand|Text color}}. This is also used for the {{PropertyView|Line Color}} of [[Draft_Dimension|Draft Dimensions]], which defines the color of the whole dimension including the text.
* In the {{MenuCommand|Dimensions}} section the following settings can be specified (see [[Draft_Dimension#View|Draft Dimension]] for details):
** {{MenuCommand|Line spacing}}. This scale factor is applied to the line height. {{Version|0.20}}
** {{MenuCommand|Line and arrow color}}. {{Version|0.22}}
** {{MenuCommand|Arrow style}}.
** {{MenuCommand|Line width}}. {{Version|0.22}}
** {{MenuCommand|Arrow type}}.
** {{MenuCommand|Arrow size}}.
** {{MenuCommand|Arrow size}}.
** {{MenuCommand|Show units}}.
** {{MenuCommand|Show unit}}.
** {{MenuCommand|Unit override}}.
** {{MenuCommand|Unit override}}.
** {{MenuCommand|Dim overshoot}}. {{Version|0.21}}
* Press the {{Button|[[Image:Draft_SetStyle.svg|16px]] Selected}} button to apply the settings to selected objects or groups. {{Version|0.20}}
** {{MenuCommand|Ext lines}}. {{Version|0.21}}
* Press the {{Button|[[Image:Draft_Text.svg|16px]] Texts/dims}} button to apply the settings to all [[Draft_Text|Draft Texts]] and [[Draft_Dimension|Draft Dimensions]]. {{Version|0.20}}
** {{MenuCommand|Ext overshoot}}. {{Version|0.21}}
* Press the {{Button|Cancel}} button to abort the command.
** {{MenuCommand|Text spacing}}.
* Press the {{Button|[[Image:Draft_SetStyle.svg|16px]] Selected}} button to apply the settings to selected objects or groups. Objects can be selected while the task panel is open.
* Press the {{Button|[[Image:Draft_Text.svg|16px]] Annotations}} button to apply the settings to all [[Draft_Text|Draft Texts]], [[Draft_Dimension|Draft Dimensions]] and [[Draft_Label|Draft Labels]] in the current document. {{Version|0.21}}
* Press the {{Button|Cancel}} button to finish the command without saving the settings.


==Notes== <!--T:11-->
==Notes== <!--T:11-->


<!--T:12-->
<!--T:12-->
* The {{MenuCommand|Line color}}, {{MenuCommand|Line width}} and {{MenuCommand|Shape color}} settings are not only used for Draft objects, but also for objects created with other workbenches.
* The settings in the {{MenuCommand|Shapes}} section, except {{MenuCommand|Draw style}} and {{MenuCommand|Display mode}}, are not only used for Draft objects, but also for objects created with other workbenches.
* All settings, except {{MenuCommand|Draw style}} and {{MenuCommand|Display mode}}, can also be changed in the preferences. See [[PartDesign_Preferences#Shape_appearance|PartDesign Preferences]] and [[Draft_Preferences#Texts_and_dimensions|Draft Preferences]].
* Styles are saved in a file with a fixed name: {{FileName|StylePresets.json}} which is stored in FreeCAD's user {{FileName|Draft}} folder:
* Styles are saved in a file with a fixed name: {{FileName|StylePresets.json}} which is stored in FreeCAD's user {{FileName|Draft}} folder:
** On Linux it is usually {{FileName|/home/<username>/.local/share/FreeCAD/Draft/}} ({{VersionPlus|0.20}}) or {{FileName|/home/<username>/.FreeCAD/Draft/}} ({{VersionMinus|0.19}}).
** On Linux it is usually {{FileName|/home/<username>/.local/share/FreeCAD/Draft/}}.
** On Windows it is {{FileName|%APPDATA%\FreeCAD\Draft\}}, which is usually {{FileName|C:\Users\<username>\Appdata\Roaming\FreeCAD\Draft\}}.
** On Windows it is {{FileName|%APPDATA%\FreeCAD\Draft\}}, which is usually {{FileName|C:\Users\<username>\Appdata\Roaming\FreeCAD\Draft\}}.
** On macOS it is usually {{FileName|/Users/<username>/Library/Preferences/FreeCAD/Draft/}}.
** On macOS it is usually {{FileName|/Users/<username>/Library/Preferences/FreeCAD/Draft/}}.

==Preferences== <!--T:13-->

<!--T:14-->
See also: [[Preferences_Editor|Preferences Editor]] and [[Draft_Preferences|Draft Preferences]].

<!--T:15-->
The following preferences are involved:

<!--T:16-->
* Line color: {{MenuCommand|Edit → Preferences... → Part design → Shape appearance → Default Shape view properties → Line color}}.
* Line width: {{MenuCommand|Edit → Preferences... → Part design → Shape appearance → Default Shape view properties → Line width}}.
* Draw style: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → Mod → Draft → DefaultDrawStyle}}.
* Display mode: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → Mod → Draft → DefaultDisplayMode}}.
* Shape color: {{MenuCommand|Edit → Preferences... → Part design → Shape appearance → Default Shape view properties → Shape color}}.
* Transparency: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → Mod → Draft → DefaultTransparency}}.
* Text font: {{MenuCommand|Edit → Preferences... → Draft → Texts and dimensions → Text settings → Font family}}.
* Text size: {{MenuCommand|Edit → Preferences... → Draft → Texts and dimensions → Text settings → Font size}}.
* Text spacing: {{MenuCommand|Edit → Preferences... → Draft → Texts and dimensions → Dimension settings → Text spacing}}.
* Text color: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → Mod → Draft → DefaultTextColor}}.
* Line spacing: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → Mod → Draft → LineSpacing}}.
* Arrow style: {{MenuCommand|Edit → Preferences... → Draft → Texts and dimensions → Dimension settings → Arrow style}}.
* Arrow size: {{MenuCommand|Edit → Preferences... → Draft → Texts and dimensions → Dimension settings → Arrow size}}.
* Show units: {{MenuCommand|Edit → Preferences... → Draft → Texts and dimensions → Dimension settings → Show the unit suffix in dimensions}}.
* Unit override: {{MenuCommand|Edit → Preferences... → Draft → Texts and dimensions → Dimension settings → Override unit}}.





Revision as of 19:11, 9 December 2023

Draft SetStyle

Menu location
Utilities → Set style
Workbenches
Draft, Arch
Default shortcut
S S
Introduced in version
0.19
See also
Draft AnnotationStyleEditor, Draft ApplyStyle

Description

The Draft SetStyle command sets the default style for new objects.

The Style settings task panel

Usage

  1. There are several ways to invoke the command:
    • Press the button in the Draft Tray. Depending on the current style settings this button can look different.
    • Select the Utilities → Set style option from the menu.
    • Use the keyboard shortcut: S then S.
  2. The Style settings task panel opens. See Options for more information.
  3. Optionally change one or more settings.
  4. Press the OK button to save the settings.
  5. The button in the Draft Tray is updated.

Options

Notes

  • The settings in the Shapes section, except Draw style and Display mode, are not only used for Draft objects, but also for objects created with other workbenches.
  • All settings, except Draw style and Display mode, can also be changed in the preferences. See PartDesign Preferences and Draft Preferences.
  • Styles are saved in a file with a fixed name: StylePresets.json which is stored in FreeCAD's user Draft folder:
    • On Linux it is usually /home/<username>/.local/share/FreeCAD/Draft/.
    • On Windows it is %APPDATA%\FreeCAD\Draft\, which is usually C:\Users\<username>\Appdata\Roaming\FreeCAD\Draft\.
    • On macOS it is usually /Users/<username>/Library/Preferences/FreeCAD/Draft/.