#include "PreCompiled.h"#include <BRep_Tool.hxx>#include <GeomAPI_ProjectPointOnSurf.hxx>#include <GeomLProp_SLProps.hxx>#include <Poly_Triangulation.hxx>#include <TopoDS_Face.hxx>#include <Inventor/SoInput.h>#include <Inventor/nodes/SoNode.h>#include <Inventor/nodes/SoOrthographicCamera.h>#include <vector>#include <Inventor/nodes/SoPerspectiveCamera.h>#include <QMessageBox>#include <Base/Console.h>#include <Base/Exception.h>#include <App/Application.h>#include <App/Document.h>#include <App/DocumentObject.h>#include <App/Material.h>#include <Gui/Application.h>#include <Gui/Document.h>#include <Gui/Command.h>#include <Gui/FileDialog.h>#include <Gui/View.h>#include <Gui/ViewProvider.h>#include <Gui/Selection.h>#include <Gui/MainWindow.h>#include <Mod/Raytracing/App/RayFeature.h>#include <Mod/Raytracing/App/RaySegment.h>#include <Mod/Raytracing/App/RayProject.h>#include <Mod/Part/App/PartFeature.h>#include "FreeCADpov.h"Go to the source code of this file.
Classes | |
| class | CmdRaytracingExportProject |
| class | CmdRaytracingNewPartSegment |
| class | CmdRaytracingNewPovrayProject |
| class | CmdRaytracingWriteCamera |
| class | CmdRaytracingWritePart |
| class | CmdRaytracingWriteView |
Functions | |
| void | CreateRaytracingCommands (void) |
| void CreateRaytracingCommands | ( | void | ) |
Definition at line 494 of file Mod/Raytracing/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initRaytracingGui().
1.6.1