Std SetAppearance: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 56: Line 56:
* Select a predefined material from the dropdown list ('Default', 'Aluminum', 'Brass', 'Bronze', etc.).
* Select a predefined material from the dropdown list ('Default', 'Aluminum', 'Brass', 'Bronze', etc.).
* Press the {{Button|...}} button to open the Material properties dialog box and edit the ambient, diffuse, emissive and specular colors, as well as the shininess.
* Press the {{Button|...}} 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.
* '''Color plot:''' not yet functional.
* '''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.
Line 66: Line 66:
* '''Line width:''' sets the {{PropertyView|Line Width}} property (in pixels).
* '''Line width:''' sets the {{PropertyView|Line Width}} property (in pixels).
* '''Transparency:''' sets the {{PropertyView|Transparency}} property (in percentage). 0% is opaque, 100% is fully transparent.
* '''Transparency:''' sets the {{PropertyView|Transparency}} property (in percentage). 0% is opaque, 100% is fully transparent.
* '''Line transparency:''' unsupported at this time.
* '''Line transparency:''' not yet functional.


==Notes==
==Notes==

Revision as of 14:21, 8 April 2020

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Std SetAppearance

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

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: not yet functional.
  • 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.

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: not yet functional.

Notes