3D view
Introduction
The 3D view of FreeCAD is an instance of a Coin3D scenegraph that forms the most important window in the interface. Coin3D is a library that implements the OpenInventor 2.1 scene description standard.
Certain properties of the view, like background color, mouse navigation style, and zooming steps, can be configured in the preferences editor.
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/FreeCAD_3D_view.png)
The [Draft Workbench](3D_view]]_is_a_component_of_theFreeCAD[[interface]]. By default it shows a small widget with coordinate axes, and the navigation cube also with coordinate axes; the grid can be displayed and configured by loading the [[Draft Workbench.md).
Context menu
The options in the context menu of the 3D view depend on the selected object(s) and the currently active workbench. To display this menu optionally select one or more objects and then right-click in the 3D view.
Details
FreeCAD uses the Quarter library to use Coin3D in a Qt environment.
It is possible to interact directly with the 3D view scenegraph from the Python console by using the Python library Pivy.
For more information see the power user documentation:
- Scenegraph, description of Coin3D.
- Pivy, usage of Coin3D from the Python console.
- Third party libraries used by FreeCAD.
- Coin3D C++ documentation.
{{Interface navi}}
⏵ documentation index > 3D view
This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/3D_view.md