3D view: Difference between revisions

From FreeCAD Documentation
(Better image caption)
(Small details)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
The [[3D view|3D view]] of FreeCAD is an instance of a Coin3D scenegraph, a library that implements the OpenInventor standard.
The [[3D view|3D view]] of FreeCAD is an instance of a Coin3D [[Scenegraph|scenegraph]]. Coin3D is a library that implements the OpenInventor 2.1 scene description standard.


[[File:FreeCAD_3D_view.png|800px]]
[[File:FreeCAD_3D_view.png|800px]]


{{Caption|By the default the 3D view shows a small coordinate axis and the navigation cube also with a coordinate axis; 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 a 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 and Coin3D.
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 from the [[Python console|Python console]] by using the Python library Pivy.
It is possible to interact directly with the 3D view scenegraph from the [[Python console|Python console]] by using the Python library Pivy.


For more information see the power user documentation:
For more information see the power user documentation:
* [[Third_Party_Libraries|Third party libraries]]
* [[Scenegraph|Scenegraph]], description of Coin3D.
* [[Scenegraph|Scenegraph]], description of Coin3D.
* [[Pivy|Pivy]], usage of Coin3D from the Python console.
* [[Pivy|Pivy]], usage of Coin3D from the Python console.
* [[Third_Party_Libraries|Third party libraries]]


{{Userdocnavi}}
{{Userdocnavi}}

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 a 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: