Visualizza: Nascondi la selezione

From FreeCAD Documentation
Revision as of 20:15, 16 April 2020 by Renatorivo (talk | contribs) (Created page with "{{Emphasis|Vedere anche:}} Script di base per FreeCAD")
Other languages:

Std HideSelection

Menu location
Visualizza → Visibilità → Nascondi la selezione
Workbenches
Tutti
Default shortcut
None
Introduced in version
-
See also
Mostra/Nascondi, Mostra la selezione, Commuta tutti gli oggetti, Mostra tutti gli oggetti, Nascondi tutti gli oggetti

Descrizione

The Std HideSelection command hides selected objects in 3D views.

Utilizzo

  1. Select one or more objects.
  2. There are several ways to invoke the command:
    • Select the View → Visibility → Hide selection option from the menu.
    • Select the Hide selection option from the Tree view context menu. This option is not available in the PartDesign Workbench.

Note

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

Script

Vedere anche: Script di base per FreeCAD

For a scripting example see Std ToggleVisibility.