3D view

From FreeCAD Documentation
Revision as of 19:11, 20 September 2019 by Vocx (talk | contribs) (New page to explain the 3D view of FreeCAD, in a way that is less complicated than Scenegraph which is programmers documentation.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The 3D view of FreeCAD is an instance of Coin3D, a library that implements the OpenInventor standard.

Since FreeCAD uses Qt as it's graphical toolkit, FreeCAD uses the Quarter library to tie Qt and Coin3D.

It is also possible to interact directly with the 3D view from the Python console by using the Python library Pivy.

For more information see the power user documentation: