Vista combinata

From FreeCAD Documentation
Revision as of 17:05, 22 November 2019 by Renatorivo (talk | contribs)

Introduzione

La vista combinata è uno dei pannelli principali nell'interfaccia di FreeCAD. Di default si trova sul lato sinistro dello schermo. È composta da due parti; la parte superiore ha due schede, una per il Modello e una per le Azioni; la parte inferiore mostra l'editor delle proprietà, che si compone a sua volta di due schede per le proprietà Vista e Dati. L'editor delle proprietà viene visualizzato solo quando è attiva la scheda Modello, ovvero quando è visibile la vista ad albero.

Inizialmente la parte superiore (la vista ad albero) era separata dalla parte inferiore (l'editor delle proprietà) ma poi sono state combinate e quindi è stata creata la vista "combinata".

To use these views by themselves use the parameter editor. Create the following subgroups if they don't exist

  • BaseApp/Preferences/DockWindows/TreeView
  • BaseApp/Preferences/DockWindows/PropertyView

then add the parameter Enabled of type Boolean, and set it to true.

Then activate the view using the menu, View → Panels → Tree view or → Property view.

Upper section

The Model tab shows the tree view, which is a representation of the document's content, including 2D and 3D geometry with their parametric history, but also supporting objects that contain data saved in the document.

The Tasks tab shows the task panel, which will show different actions depending on the active workbench, and the active tool.

File:FreeCAD Combo view Tree View.png

The combo view has two tabs: the Model tab that controls displaying the tree view and the property editor, and the Tasks tab that controls showing the task panel.

Lower section

The lower part of the combo view shows the property editor, which displays two tabs for View and Data properties. The property editor is only shown when the Model tab is active, that is, when the tree view is visible.

The View tab shows visualization properties of the objects, which only affect their appearance in the 3D view.

The Data tab shows the parametric properties of the objects, which determine how the geometrical shapes are defined.

File:FreeCAD Combo view Tree View.png File:FreeCAD Combo view Tree Data.png

The lower part of the combo view is the property editor, which shows View and Data properties.

Template:Interface/it