Combo view: Difference between revisions

From FreeCAD Documentation
(Task panel. Not tasks panel.)
(The lower part of the combo view is the property editor.)
Line 5: Line 5:


<!--T:2-->
<!--T:2-->
The [[combo view|combo view]] is a panel found on the left of the screen by default, that holds two tabs for the {{MenuCommand|Model}} and {{MenuCommand|Tasks}}.
The [[combo view|combo view]] is one of the main panels in the FreeCAD interface. It is located on the left side of the screen by default. It is composed of two parts; the upper part can display two tabs for the {{MenuCommand|Model}} and {{MenuCommand|Tasks}}; the lower part shows the [[property editor|property editor]].


<!--T:3-->
<!--T:3-->
Line 17: Line 17:


<!--T:6-->
<!--T:6-->
{{Caption|The two tabs of the combo view; the Model tab that shows the tree view; and the Tasks tab that shows the tasks panel.}}
{{Caption|The upper part of the combo view has two tabs: the Model tab that shows the tree view, and the Tasks tab that shows the task panel.}}

[[File:FreeCAD_Properties_empty.png]]

{{Caption|The lower part of the combo view is the property editor.}}


<!--T:7-->
<!--T:7-->

Revision as of 04:37, 27 September 2019

Introduction

The combo view is one of the main panels in the FreeCAD interface. It is located on the left side of the screen by default. It is composed of two parts; the upper part can display two tabs for the Model and Tasks; the lower part shows the property editor.

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 Task panel.png

The upper part of the combo view has two tabs: the Model tab that shows the tree view, and the Tasks tab that shows the task panel.

File:FreeCAD Properties empty.png

The lower part of the combo view is the property editor.

Template:Interface