Std DrawStyle: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 26: Line 26:


<!--T:3-->
<!--T:3-->
The '''Std DrawStyle''' command can be used to override the effect of the Display Mode property of objects in a 3D view.
The '''Std DrawStyle''' command can override the effect of the Display Mode property of objects in a 3D view.


==Usage== <!--T:5-->
==Usage== <!--T:5-->

Revision as of 14:57, 31 March 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 DrawStyle

Menu location
View → Draw style → ...
Workbenches
All
Default shortcut
V 1 - V 7
Introduced in version
-
See also
Std SelBoundingBox

Description

The Std DrawStyle command can override the effect of the Display Mode property of objects in a 3D view.

Usage

  1. There are several ways to change the draw style:
    • Click on the black down arrow to the right of the Std DrawStyle button and select a style from the flyout. The button image will change to reflect the active document’s draw style.
    • In the menu go to View → Draw style and select a style.
    • In the 3D view context menu go to Draw style and select a style.
    • Use one of the keyboard shortcut: V then 1, 2, 3, 4, 5, 6 or 7.

Available styles

As is

The "As is" style does not override the Display Mode of objects.

Points

The "Points" style overrides the Display Mode of objects. This style matches the Points Display Mode. Vertices are displayed in solid colors. Edges and faces are not displayed.

Wireframe

The "Wireframe" style overrides the Display Mode of objects. This style matches the Wireframe Display Mode. Vertices and edges are displayed in solid colors. Faces are not displayed.

Hidden line

The "Hidden line" style overrides the Display Mode of objects. Objects are displayed as if converted to triangular meshes.

No shading

The "No shading" style overrides the Display Mode of objects. Vertices, edges and faces are displayed in solid colors.

Shaded

The "Shaded” style overrides the Display Mode of objects. This style matches the Shaded Display Mode. Vertices and edges are not displayed. Faces are illuminated depending on their orientation.

Flat lines

The "Flat lines” style overrides the Display Mode of objects. This style matches the Flat lines Display Mode. Vertices and edges are displayed in solid colors. Faces are illuminated depending on their orientation.

Notes

  • Todo.

Preferences

  • Todo.

Properties

  • Todo.

Scripting

  • Todo.