Std DrawStyle/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 19: Line 19:
}}
}}


<span id="Description"></span>
==Описание==
==Описание==


The '''Std DrawStyle''' command can override the effect of the {{PropertyView|Display Mode}} [[Property editor|property]] of objects in a [[3D_view|3D view]].
The '''Std DrawStyle''' command can override the effect of the {{PropertyView|Display Mode}} [[Property_editor|property]] of objects in a [[3D_view|3D view]].


<span id="Usage"></span>
==Применение==
==Применение==


Line 33: Line 35:
==Available draw styles==
==Available draw styles==


<span id="24px_As_is"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===[[Image:Std_DrawStyleAsIs.svg|32px]] Как есть===
===[[Image:Std_DrawStyleAsIs.svg|32px]] Как есть===
Line 42: Line 45:
{{Caption|4 identical objects each with a different Display Mode (from left to right: 'Points', 'Wireframe', 'Shaded' and 'Flat lines') with the 'As is' draw style applied}}
{{Caption|4 identical objects each with a different Display Mode (from left to right: 'Points', 'Wireframe', 'Shaded' and 'Flat lines') with the 'As is' draw style applied}}


<span id="24px_Points"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===[[Image:Std_DrawStylePoints.svg|32px]] Точки===
===[[Image:Std_DrawStylePoints.svg|32px]] Точки===
Line 51: Line 55:
{{Caption|The same objects with the 'Points' draw style applied}}
{{Caption|The same objects with the 'Points' draw style applied}}


<span id="24px_Wireframe"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===[[Image:Std_DrawStyleWireFrame.svg|32px]] Каркас===
===[[Image:Std_DrawStyleWireFrame.svg|32px]] Каркас===
Line 60: Line 65:
{{Caption|The same objects with the 'Wireframe' draw style applied}}
{{Caption|The same objects with the 'Wireframe' draw style applied}}


<span id="24px_Hidden_line"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===[[Image:Std_DrawStyleHiddenLine.svg|32px]] Скрытые линии===
===[[Image:Std_DrawStyleHiddenLine.svg|32px]] Скрытые линии===
Line 69: Line 75:
{{Caption|The same objects with the 'Hidden line' draw style applied}}
{{Caption|The same objects with the 'Hidden line' draw style applied}}


<span id="24px_No_shading"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===[[Image:Std_DrawStyleNoShading.svg|32px]] Без затенения===
===[[Image:Std_DrawStyleNoShading.svg|32px]] Без затенения===
Line 85: Line 92:
{{Caption|The same objects with the 'Shaded' draw style applied}}
{{Caption|The same objects with the 'Shaded' draw style applied}}


<span id="24px_Flat_lines"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===[[Image:Std_DrawStyleFlatLines.svg|32px]] Плоские линии===
===[[Image:Std_DrawStyleFlatLines.svg|32px]] Плоские линии===
Line 94: Line 102:
{{Caption|The same objects with the 'Flat lines' draw style applied}}
{{Caption|The same objects with the 'Flat lines' draw style applied}}


<span id="Notes"></span>
==Примечания==
==Примечания==



Revision as of 11:42, 21 January 2023

Other languages:

Std DrawStyle

Системное название
Std DrawStyle
Расположение в меню
Вид → Стиль представления → ...
Верстаки
All
Быстрые клавиши
V 1 - V 7
Представлено в версии
-
См. также
Std SelBoundingBox

Описание

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

Применение

  1. There are several ways to invoke the command:
    • Click on the black down arrow to the right of the Std DrawStyle button and select a style from the flyout.
    • 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

Как есть

The As is style does not override the ВидDisplay Mode of objects.

4 identical objects each with a different Display Mode (from left to right: 'Points', 'Wireframe', 'Shaded' and 'Flat lines') with the 'As is' draw style applied

Точки

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 same objects with the 'Points' draw style applied

Каркас

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 same objects with the 'Wireframe' draw style applied

Скрытые линии

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

The same objects with the 'Hidden line' draw style applied

Без затенения

The No shading style overrides the ВидDisplay 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 Вид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 same objects with the 'Shaded' draw style applied

Плоские линии

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 same objects with the 'Flat lines' draw style applied

Примечания

  • Objects in a 3D view also have a ВидDraw Style property. This property controls the linetype used for the edges. The Std DrawStyle command does not override this property.
  • For a macro to toggle between two draw styles see: Macro Toggle Drawstyle.