Std SetAppearance: Difference between revisions

From FreeCAD Documentation
m (typo)
(Marked this version for translation)
 
(13 intermediate revisions by 6 users not shown)
Line 4: Line 4:
<!--T:18-->
<!--T:18-->
{{Docnav
{{Docnav
|[[Std_ToggleNavigation|Std ToggleNavigation]]
|[[Std_ToggleNavigation|ToggleNavigation]]
|[[Std_RandomColor|Std RandomColor]]
|[[Std_RandomColor|RandomColor]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=
|IconL=Std_ToggleNavigation.svg
|IconR=
|IconR=Std_RandomColor.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
Line 18: Line 18:
|Workbenches=All
|Workbenches=All
|Shortcut={{KEY|Ctrl}}+{{KEY|D}}
|Shortcut={{KEY|Ctrl}}+{{KEY|D}}
|SeeAlso=[[Part_FaceColors|Part FaceColors]]
}}
}}

[[Image:Std_SetAppearance_taskpanel.png|frame|The Display properties task dialog|left]]


==Description== <!--T:3-->
==Description== <!--T:3-->
Line 26: Line 25:
<!--T:5-->
<!--T:5-->
The '''Std SetAppearance''' command shows the Display properties [[Task_panel|task panel]] for selected objects.
The '''Std SetAppearance''' command shows the Display properties [[Task_panel|task panel]] for selected objects.

</translate>
[[Image:DlgDisplayProperties.png|250px]]
<translate>
<!--T:24-->
{{Caption|The Display properties task panel}}


==Usage== <!--T:6-->
==Usage== <!--T:6-->
Line 54: Line 59:
* '''Shape color:''' sets the {{PropertyView|Shape Color}} property. Press the button to open the Select color dialog box.
* '''Shape color:''' sets the {{PropertyView|Shape Color}} property. Press the button to open the Select color dialog box.
* '''Line color:''' sets the {{PropertyView|Line Color}} property. Press the button to open the Select color dialog box.
* '''Line color:''' sets the {{PropertyView|Line Color}} property. Press the button to open the Select color dialog box.
* '''Point color:''' sets the {{PropertyView|Point Color}} property. Press the button to open the Select color dialog box.


===Display=== <!--T:15-->
===Display=== <!--T:15-->
Line 67: Line 73:
<!--T:21-->
<!--T:21-->
* The mentioned view properties can also be changed in the [[Property_editor|Property editor]] or the [[Combo_view|Combo view]].
* The mentioned view properties can also be changed in the [[Property_editor|Property editor]] or the [[Combo_view|Combo view]].



<!--T:22-->
<!--T:22-->
{{Docnav
{{Docnav
|[[Std_ToggleNavigation|Std ToggleNavigation]]
|[[Std_ToggleNavigation|ToggleNavigation]]
|[[Std_RandomColor|Std RandomColor]]
|[[Std_RandomColor|RandomColor]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=
|IconL=Std_ToggleNavigation.svg
|IconR=
|IconR=Std_RandomColor.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}

Latest revision as of 10:40, 10 November 2022

Std SetAppearance

Menu location
View → Appearance...
Workbenches
All
Default shortcut
Ctrl+D
Introduced in version
-
See also
Part FaceColors

Description

The Std SetAppearance command shows the Display properties task panel for selected objects.

The Display properties task panel

Usage

  1. Select one or more objects.
  2. There are several ways to invoke the command:
    • Select the View → Appearance... option from the menu.
    • Select the Appearance... option from the Tree view context menu or 3D view context menu.
    • Use the keyboard shortcut: Ctrl+D.
  3. Change one or more display properties. See Options. The objects will update immediately.
  4. Optionally select one or more new objects whose display properties you want to change.
  5. Press the Close button to close the task panel and finish the command.

Options

Viewing mode

  • Select a ViewDisplay Mode from the dropdown list. The available options are: 'Flat lines', 'Shaded' (not for Draft objects), 'Wireframe' and 'Points'. See the Std DrawStyle command for more information.

Material

  • Select a predefined material from the dropdown list ('Default', 'Aluminum', 'Brass', 'Bronze', etc.).
  • Press the ... button to open the Material properties dialog box and edit the ambient, diffuse, emissive and specular colors, as well as the shininess.
  • Color plot: unsupported at this time.
  • Shape color: sets the ViewShape Color property. Press the button to open the Select color dialog box.
  • Line color: sets the ViewLine Color property. Press the button to open the Select color dialog box.
  • Point color: sets the ViewPoint Color property. Press the button to open the Select color dialog box.

Display

  • Point size: sets the ViewPoint Size property (in pixels).
  • Line width: sets the ViewLine Width property (in pixels).
  • Transparency: sets the ViewTransparency property (in percentage). 0% is opaque, 100% is fully transparent.
  • Line transparency: unsupported at this time.

Notes