Draft ApplyStyle/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
}}
}}


==Description==
==Description==


The [[Image:Draft_ApplyStyle.svg|24px]] '''Draft ApplyStyle''' command applies the current style settings to selected objects.
The [[Image:Draft_ApplyStyle.svg|24px]] '''Draft ApplyStyle''' command applies the current style settings to selected objects.


This command currently handles only five of the settings the [[Draft_SetStyle|Draft SetStyle]] command offers:
{{VersionMinus|0.21}}: This command handles only five of the settings the [[Draft_SetStyle|Draft SetStyle]] command offers.
* {{MenuCommand|Line color}}
* {{MenuCommand|Line width}}
* {{MenuCommand|Shape color}}
* {{MenuCommand|Text size}}
* {{MenuCommand|Text color}}


{{Version|0.21}}: This command changes the view properties of objects. It applies all settings the [[Draft_SetStyle|Draft SetStyle]] command offers. It also changes these additional properties:
==Usage==
* {{PropertyView|Decimals}} (for dimensions): See [[Draft_Preferences#Texts_and_dimensions|Draft Preferences]].
* {{PropertyView|ShowLine}} (for dimensions): Idem.

==Usage==


# Optionally change the style settings with the [[Draft_SetStyle|Draft SetStyle]] command.
# Optionally change the style settings with the [[Draft_SetStyle|Draft SetStyle]] command.
Line 36: Line 35:
==Notes==
==Notes==


* In FreeCAD version 0.20 the [[Draft_SetStyle|Draft SetStyle]] command can also apply the settings.
* The [[Draft_SetStyle|Draft SetStyle]] command can also apply settings.





Latest revision as of 19:15, 9 December 2023

Draft ApplyStyle

Menu location
Utilities → Apply current style
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
-
See also
Draft SetStyle

Description

The Draft ApplyStyle command applies the current style settings to selected objects.

version 0.21 and below: This command handles only five of the settings the Draft SetStyle command offers.

introduced in version 0.21: This command changes the view properties of objects. It applies all settings the Draft SetStyle command offers. It also changes these additional properties:

  • ViewDecimals (for dimensions): See Draft Preferences.
  • ViewShowLine (for dimensions): Idem.

Usage

  1. Optionally change the style settings with the Draft SetStyle command.
  2. Select one or more objects.
  3. Select the Utilities → Apply current style option from the menu.

Notes