Visualizza: Ambienti

From FreeCAD Documentation
Revision as of 13:33, 30 June 2020 by Renatorivo (talk | contribs)

Ambiente

Posizione nel menu
Visualizza → Ambiente →
Ambiente
Tutti
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Ambienti di lavoro

Descrizione

Questo comando serve per attivare l'interfaccia grafica (GUI) e gli strumenti di uno specifico ambiente di lavoro.

The Workbench dropdown list indicated by number 10 in the standard interface

Utilizzo

Sovente il progetto inizia in un ambiente, ad esempio con uno Schizzo, poi prosegue in un ambiente diverso, ad esempio con Parte, per creare degli oggetti. Si può passare dall'ambiente corrente ad uno nuovo con uno dei seguenti modi:

Sono inoltre disponibili due voci speciali: Nessuno (nessun ambiente) e Completo (deprecato).

Preferences

  • The start up workbench can be changed in the preferences: Edit → Preferences... → General → General → Start up. See Preferences Editor.

Scripting

See also: FreeCAD Scripting Basics.

To change the worbench use the activateWorkbench method of the FreeCADGui module. This method is not available if FreeCAD is in console mode.

import FreeCADGui

FreeCADGui.activateWorkbench("PartDesignWorkbench")