3D view: Difference between revisions

From FreeCAD Documentation
(Small details)
m (removed "a")
Line 5: Line 5:
[[File:FreeCAD_3D_view.png|800px]]
[[File:FreeCAD_3D_view.png|800px]]


{{Caption|By the default the 3D view shows a small widget with coordinate axes, and the navigation cube also with a coordinate axes; the grid can be displayed and configured using the [[Draft Workbench|Draft Workbench]].}}
{{Caption|By the default the 3D view shows a small widget with coordinate axes, and the navigation cube also with coordinate axes; the grid can be displayed and configured using the [[Draft Workbench|Draft Workbench]].}}


Since FreeCAD uses Qt as its graphical toolkit, FreeCAD uses the Quarter library to tie Qt with Coin3D.
Since FreeCAD uses Qt as its graphical toolkit, FreeCAD uses the Quarter library to tie Qt with Coin3D.

Revision as of 02:51, 21 September 2019

The 3D view of FreeCAD is an instance of a Coin3D scenegraph. Coin3D is a library that implements the OpenInventor 2.1 scene description standard.

By the default the 3D view shows a small widget with coordinate axes, and the navigation cube also with coordinate axes; the grid can be displayed and configured using the Draft Workbench.

Since FreeCAD uses Qt as its graphical toolkit, FreeCAD uses the Quarter library to tie Qt with Coin3D.

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: