Меню "Стиль представления"

From FreeCAD Documentation
Jump to navigation Jump to search
This page is a translated version of the page Std DrawStyle and the translation is 66% complete.
Other languages:

Std DrawStyle.svg 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 DrawStyleAsIs.svg 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

Std DrawStyleAsIs.svg Как есть

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

Std DrawStyleAsIs example.png

4 одинаковых объекта, с разными значениями переменной Display Mode (слева направо: 'Points', 'Wireframe', 'Shaded' и 'Flat lines') в режиме отображения 'Как есть'

Std DrawStylePoints.svg Точки

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.

Std DrawStylePoints example.png

Внешний вид тех же самых объектов в режиме отображения 'Точки'

Std DrawStyleWireFrame.svg Каркас

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.

Std DrawStyleWireframe example.png

Внешний вид тех же самых объектов в режиме отображения 'Каркас'

Std DrawStyleHiddenLine.svg Скрытые линии

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

Std DrawStyleHiddenLine example.png

Внешний вид тех же самых объектов в режиме отображения 'Скрытые линии'

Std DrawStyleNoShading.svg Без затенения

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

Std DrawStyleNoShading example.png

Внешний вид тех же самых объектов в режиме отображения 'Без затенения'

Std DrawStyleShaded.svg Только грани

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.

Std DrawStyleShaded example.png

Внешний вид тех же самых объектов в режиме отображения 'Только грани'

Std DrawStyleFlatLines.svg Плоские линии

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.

Std DrawStyleFlatLines example.png

Внешний вид тех же самых объектов в режиме отображения 'Плоские линии'

Примечания

  • 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.