Std ShowObjects/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/pl |Name=Std ShowObjects |Name/pl=Std: Wyświetl wszystkie obiekty |MenuLocation=Widok → Widoczność → Wyświetl wszystkie obiekty |Workbenches=wszystkie |Se...")
(Created page with "==Opis==")
Line 18: Line 18:
}}
}}


==Description==
==Opis==


The '''Std ShowObjects''' command shows all objects belonging to the active document in [[3D_view|3D views]]. Be careful when you use this command as it will also show sub-elements of [[PartDesign_Body|PartDesign bodies]] and objects used for [[Part_Boolean|Part Booleans]]. In most cases these should stay invisible.
The '''Std ShowObjects''' command shows all objects belonging to the active document in [[3D_view|3D views]]. Be careful when you use this command as it will also show sub-elements of [[PartDesign_Body|PartDesign bodies]] and objects used for [[Part_Boolean|Part Booleans]]. In most cases these should stay invisible.

Revision as of 13:20, 29 August 2022

Std: Wyświetl wszystkie obiekty

Lokalizacja w menu
Widok → Widoczność → Wyświetl wszystkie obiekty
Środowisko pracy
wszystkie
Domyślny skrót
brak
Wprowadzono w wersji
-
Zobacz także
Przełącz widoczność, Pokaż zaznaczone, Ukryj zaznaczone, Przełącz widoczność wszystkich obiektów, Ukryj wszystkie obiekty

Opis

The Std ShowObjects command shows all objects belonging to the active document in 3D views. Be careful when you use this command as it will also show sub-elements of PartDesign bodies and objects used for Part Booleans. In most cases these should stay invisible.

Usage

  1. Select the View → Visibility → Show all objects option from the menu.

Notes

  • The action of this command cannot be undone with Std Undo.
  • The visibility of an object can also be changed through its related DANEVisibility property in the Property editor or the Combo view.

Scripting

See also: FreeCAD Scripting Basics.

For a scripting example see Std ToggleVisibility.