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 override the effect of the Display Mode property of objects in a 3D view.
The '''Std DrawStyle''' command can override the effect of the {{PropertyView|Display Mode}} [[Property editor|property]] of objects in a 3D view.


==Usage== <!--T:5-->
==Usage== <!--T:5-->
Line 32: Line 32:
<!--T:6-->
<!--T:6-->
# There are several ways to change the draw style:
# There are several ways to change the draw style:
#* Click on the black down arrow to the right of the {{Button|[[Image:DrawStyleAsIs.svg|16px]] [[Std_DrawStyle|Std DrawStyle]]}} button and select a style from the flyout. The button image will change to reflect the active document’s draw style.
#* Click on the black down arrow to the right of the {{Button|[[Image:DrawStyleAsIs.svg|16px]] [[Std_DrawStyle|Std DrawStyle]]}} button and select a style from the flyout. Note: the button image will change to reflect the active document’s draw style.
#* In the menu go to {{MenuCommand|View → Draw style}} and select a style.
#* In the menu go to {{MenuCommand|View → Draw style}} and select a style.
#* In the [[3D_view|3D view]] context menu go to {{MenuCommand|Draw style}} and select a style.
#* In the [[3D_view|3D view]] context menu go to {{MenuCommand|Draw style}} and select a style.
Line 41: Line 41:
===[[Image:DrawStyleAsIs.svg|16px]] As is===
===[[Image:DrawStyleAsIs.svg|16px]] As is===


The '''As is''' style does not override the Display Mode of objects.
The '''As is''' style does not override the {{PropertyView|Display Mode}} of objects.


</translate>
</translate>
Line 50: Line 50:
===[[Image:DrawStylePoints.svg|16px]] Points===
===[[Image:DrawStylePoints.svg|16px]] 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.
The '''Points''' style overrides the {{PropertyView|Display Mode}} of objects. This style matches the Points Display Mode. Vertices are displayed in solid colors. Edges and faces are not displayed.


</translate>
</translate>
Line 59: Line 59:
===[[Image:DrawStyleWireFrame.svg|16px]] Wireframe===
===[[Image:DrawStyleWireFrame.svg|16px]] 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.
The '''Wireframe''' style overrides the {{PropertyView|Display Mode}} of objects. This style matches the Wireframe Display Mode. Vertices and edges are displayed in solid colors. Faces are not displayed.


</translate>
</translate>
Line 68: Line 68:
===[[Image:DrawStyleHiddenLine.svg|16px]] Hidden line===
===[[Image:DrawStyleHiddenLine.svg|16px]] Hidden line===


The '''Hidden line''' style overrides the Display Mode of objects. Objects are displayed as if converted to triangular meshes.
The '''Hidden line''' style overrides the {{PropertyView|Display Mode}} of objects. Objects are displayed as if converted to triangular meshes.


</translate>
</translate>
Line 77: Line 77:
===[[Image:DrawStyleNoShading.svg|16px]] No shading===
===[[Image:DrawStyleNoShading.svg|16px]] No shading===


The '''No shading''' style overrides the Display Mode of objects. Vertices, edges and faces are displayed in solid colors.
The '''No shading''' style overrides the {{PropertyView|Display Mode}} of objects. Vertices, edges and faces are displayed in solid colors.


</translate>
</translate>
Line 86: Line 86:
===[[Image:DrawStyleShaded.svg|16px]] Shaded===
===[[Image:DrawStyleShaded.svg|16px]] 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.
The '''Shaded''' style overrides the {{PropertyView|Display Mode}} of objects. This style matches the Shaded Display Mode. Vertices and edges are not displayed. Faces are illuminated depending on their orientation.


</translate>
</translate>
Line 95: Line 95:
===[[Image:DrawStyleFlatLines.svg|16px]] Flat lines===
===[[Image:DrawStyleFlatLines.svg|16px]] 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.
The '''Flat lines''' style overrides the {{PropertyView|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.


</translate>
</translate>

Revision as of 17:10, 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 ViewDisplay 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. Note: 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 draw styles

As is

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

4 identical objects each with a different Display Mode: Points, Wireframe, Shaded and Flat lines (left to right)

Points

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

The same objects with the Points draw style applied

Wireframe

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

The same objects with the Wireframe style applied

Hidden line

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

The same objects with the Hidden line style applied

No shading

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

The same objects with the No shading draw style applied

Shaded

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

The same objects with the Shaded draw style applied

Flat lines

The Flat lines style overrides the ViewDisplay 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.

The same objects with the Flat lines draw style applied

Notes

  • Todo.

Preferences

  • Todo.

Properties

  • Todo.

Scripting

  • Todo.