Std DrawStyle/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Caption|4 identyczne obiekty, każdy z innym trybem wyświetlania ''(od lewej do prawej: "Punkty", "Szkielet", "Cieniowany" i " Płaskie linie")'' z zastosowanym stylem ryso...")
(Created page with "===24px Tylko punkty===")
Line 40: Line 40:
{{Caption|4 identyczne obiekty, każdy z innym trybem wyświetlania ''(od lewej do prawej: "Punkty", "Szkielet", "Cieniowany" i " Płaskie linie")'' z zastosowanym stylem rysowania "Domyślny".}}
{{Caption|4 identyczne obiekty, każdy z innym trybem wyświetlania ''(od lewej do prawej: "Punkty", "Szkielet", "Cieniowany" i " Płaskie linie")'' z zastosowanym stylem rysowania "Domyślny".}}


===[[Image:Std_DrawStylePoints.svg|24px]] Points===
===[[Image:Std_DrawStylePoints.svg|24px]] Tylko punkty===


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

Revision as of 16:54, 13 November 2021

Std DrawStyle

Menu location
Widok → Styl kreślenia → ...
Workbenches
Wszystkie
Default shortcut
V 1 - V 7
Introduced in version
-
See also
Ramka otaczająca

Opis

Polecenie Styl kreślenia może zastąpić efekt WIDOKwyświetlanego trybu właściwości obiektów w oknie widoku 3D.

Użycie

  1. Istnieje kilka sposobów na wywołanie polecenia:
    • Kliknij na czarną strzałkę w dół po prawej stronie przycisku Styl kreślenia i wybierz styl z menu podręcznego.
    • W menu przejdź do Widok → Styl kreślenia i wybierz styl.
    • W menu kontekstowym okna widoku 3D przejdź do Styl kreślenia i wybierz styl.
    • Użyj jednego ze skrótów klawiaturowych: V, a następnie 1, 2, 3, 4, 5, 6 lub 7.

Dostępne style kreślenia

Domyślny

Styl Domyślny nie nadpisuje właściwości WIDOKTrybu wyświetlania obiektów.

4 identyczne obiekty, każdy z innym trybem wyświetlania (od lewej do prawej: "Punkty", "Szkielet", "Cieniowany" i " Płaskie linie") z zastosowanym stylem rysowania "Domyślny".

Tylko punkty

The Points style overrides the WIDOKDisplay 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 WIDOKDisplay 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

Hidden line

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

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

No shading

The No shading style overrides the WIDOKDisplay 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 WIDOKDisplay 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 WIDOKDisplay 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

Uwagi

  • Objects in a 3D view also have a WIDOKDraw 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.