Draft SetStyle/pt-br: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 51: Line 51:
** {{MenuCommand|Line color}}.
** {{MenuCommand|Line color}}.
** {{MenuCommand|Line width}}.
** {{MenuCommand|Line width}}.
** {{MenuCommand|Point color}}. {{Version|0.22}}
** {{MenuCommand|Point color}}. {{Version|1.0}}
** {{MenuCommand|Point size}}. {{Version|0.22}}
** {{MenuCommand|Point size}}. {{Version|1.0}}
** {{MenuCommand|Draw style}}.
** {{MenuCommand|Draw style}}.
** {{MenuCommand|Display mode}}.
** {{MenuCommand|Display mode}}.
Line 60: Line 60:
** {{MenuCommand|Font size}}. This is in fact the default line height, the letters are smaller.
** {{MenuCommand|Font size}}. This is in fact the default line height, the letters are smaller.
** {{MenuCommand|Line spacing}}. Not used for dimensions.
** {{MenuCommand|Line spacing}}. Not used for dimensions.
** {{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|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|1.0}}
* In the {{MenuCommand|Dimensions}} section the following settings can be specified (see [[Draft_Dimension#View|Draft Dimension]] for details):
* In the {{MenuCommand|Dimensions}} section the following settings can be specified (see [[Draft_Dimension#View|Draft Dimension]] for details):
** {{MenuCommand|Line and arrow color}}. {{Version|0.22}}
** {{MenuCommand|Line and arrow color}}. {{Version|1.0}}
** {{MenuCommand|Line width}}. {{Version|0.22}}
** {{MenuCommand|Line width}}. {{Version|1.0}}
** {{MenuCommand|Arrow type}}.
** {{MenuCommand|Arrow type}}.
** {{MenuCommand|Arrow size}}.
** {{MenuCommand|Arrow size}}.

Latest revision as of 10:37, 21 April 2024

Other languages:

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

Descrição

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

The Style settings task panel

Utilização

  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.

Opções

Notas

  • 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/.